nunjucks v3.0.1 Release Notes

Release Date: 2017-05-24 // almost 7 years ago
    • ๐Ÿ›  Fix handling methods and attributes of static arrays, objects and primitives. Solves the issue #937
    • โž• Add support for python-style array slices with Jinja compat enabled. Fixes #188; merge of #976.
    • ๐Ÿ›  Fix call blocks having access to their parent scope. Fixes #906; merge of #994.
    • ๐Ÿ›  Fix a bug that caused capturing block tags (e.g. set/endset, filter/endfilter) to write to the global buffer rather than capturing their contents. Fixes #914 and #972; merge of #990. Thanks Noah Lange.