nunjucks v3.1.0 Release Notes

Release Date: 2018-02-20 // about 6 years ago

    👌 Support nunjucks.installJinjaCompat() with slim build. Fixes #1019

    🛠 Fix calling render callback twice when a conditional import throws an error. Solves #1029

    👌 Support objects created with Object.create(null). fixes #468

    👌 Support ESNext iterators, using Array.from. Merge of #1058