Jinja2 v2.4 Release Notes

  • ๐Ÿš€ Released 2010-04-13, codename Correlation

    • The environment template loading functions now transparently pass through a template object if it was passed to it. This makes it possible to import or extend from a template object that was passed to the template.
    • Added a :class:ModuleLoader that can load templates from precompiled sources. The environment now features a method to compile the templates from a configured loader into a zip file or folder.
    • ๐Ÿ‘ The _speedups C extension now supports Python 3.
    • ๐Ÿ‘ Added support for autoescaping toggling sections and support for evaluation contexts (:ref:eval-context).
    • Extensions have a priority now.