- 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.
0.1
----------- (released on April 4th 2011)
- Custom template tags support. - Standart tags: block and extends.