After some fluctuating stability around 0.8.1/0.8.2, release 0.9.0 [1] brings a set of improvements that has been tested not only by the test suite, but also in a couple of projects.
News:
_file
and _template
suffixes to the compile functions to explicitly convey what is to be compiled.auto_escape
option if you want this disabled by default.blocktrans
blocks can now be translated to multiple locales in runtime. (thanks to @seriyps)trans
and _(...)
tags can now be translated to multiple locales at compile time. (thanks to@seriyps){out_dir, false}
compile time option (this was possible before as well, when no out_dir was specified, but that results in a warning).