nunjucks v1.0.2 Release Notes

Release Date: 2014-03-25 // about 10 years ago
    • ๐Ÿ‘‰ Use chokidar for watching file changes. This should fix a lot of problems on OS X machines.
    • Always use / in paths when precompiling templates
    • ๐Ÿ›  Fix bug where async filters hang indefinitely inside if statements
    • Extensions now can override autoescaping with an autoescape property
    • ๐Ÿ›  Other various minor bugfixes