nunjucks v2.4.1 Release Notes

Release Date: 2016-03-17 // about 8 years ago
    • ๐Ÿ”€ Don't double-escape. Thanks legutierr. Merge of #701.

    • ๐Ÿ”€ Prevent filter.escape from escaping SafeString. Thanks atian25. Merge of #623.

    • Throw an error if a block is defined multiple times. Refs #696.

    • ๐Ÿ”€ Officially recommend the .njk extension. Thanks David Kebler. Merge of #691.

    • ๐Ÿ‘ Allow block-set to wrap an inheritance block. Unreported; fixed as a side effect of the fix for #576.

    • ๐Ÿ›  Fix filter tag with non-trivial contents. Thanks Stefan Cruz and Fabien Franzen for report and investigation, Jan Oopkaup for failing tests. Fixes #576.