Skip to content

Releases: jinja2cpp/Jinja2Cpp

Release 0.6 (alpha)

05 Jul 19:28
84af922
Compare
Choose a tag to compare
Release 0.6 (alpha) Pre-release
Pre-release
  • 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

04 May 23:43
Compare
Choose a tag to compare
Release 0.5-alpha Pre-release
Pre-release

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