Releases: jinja2cpp/Jinja2Cpp
Releases · jinja2cpp/Jinja2Cpp
Release 0.6 (alpha)
- A lot of filters has been implemented. Full set of supported filters listed here: #7
- A lot of testers has been implemented. Full set of supported testers listed here: #8
- 'Contatenate as string' operator ('~') has been implemented
- For-loop with 'if' condition has been implemented
- Fixed some bugs in parser
Release 0.5-alpha
Basic implementation of Jinja2 templates for C++
Main Features
- Supports almost full set of Jinja2 expression (with limited number of fliters and testers)
- Supports only 'for'/'if'/'set' statements
- Supports various types of template values (include reflection to the C++ types)
Known issues
- 'for' statement doesn't support 'if' part
- Limited support of wide-character templates
- Absence of error reporting