- Fix issue with block and extending related to render different templates. - Add date template filter. - A lots of documentation added. - Code clean up according to PEP8 standart and pylint recomendations.
0.3.3
------------- (bug fix release on March 26th 2012)
- Fix issue with block template tags. - Fix issue with template tags extending and filesystem loader.
0.3.2
------------- (released on March 26th 2012)
- Add template loader that works from file system. - Some small syntax changes that makes new template creation and execution little bit easier. - "include" tag implemented. - Refactor some methods.
0.3.1
------------- (released on March 12th 2012)
- Fix for tags issue with setting variable with a name already exists in context. - Fix CHANGES list. - Add with tag. - Default tags library refactoring.
0.3
----------- (released on March 12th 2012)
- Simple "if" tag implemented. - "for" tag implemented. - "spaceless" tag implemented. - Simple benchmarks implemented.
0.2
----------- (released on September 23th 2011)
- Template filters implemented. - Some standart template filters.