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.
Change the core language
- We use now the % symbol to identify tintin directives
- Add the new directive like
%import
or%macro
- 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