Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 765 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 765 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.0.0 - 2023-05-11

Change the core language

  • We use now the % symbol to identify tintin directives
  • Add the new directive like %import or %macro

[Unreleased]

  • Change the template lexique from # to %
  • Remove the default configuration
  • Code formatting
  • Refactoring of the code base
  • Add the %auth and %endauth tags
  • Add the %guest and %endguest tags
  • Add the %flash tags for show the flash message
  • Add the %auth and %endauth tags
  • Add the getEngine method for Bow Framework integration