nunjucks v1.3.0 Release Notes

Release Date: 2015-04-03 // about 9 years ago
    • Relative templates: you can now load a template relatively by starting the path with ., like ./foo.html
    • FileSystemLoader now takes a noCache option, if true will disable caching entirely
    • โž• Additional lstripBlocks and trimBlocks available to clean output automatically
    • ๐Ÿ†• New selectattr and rejectattr filters
    • ๐Ÿ›  Small fixes to the watcher
    • ๐Ÿ›  Several bug fixes