dustjs v2.6.0 Release Notes

Release Date: 2015-03-05 // about 9 years ago
    • โœ… #545 New dustc compiler. This breaks backward compat, but allows streaming output and a usage manual. Also includes tests that were nonexistent previously. (@sethkinast)
    • ๐Ÿ“œ #536 Add AMD (require.js) compatibility. This includes the core, compiler, parser, and support for compiling templates as AMD modules. Have to set define.amd.dust to true to allow dust to be loaded as an AMD module, and dust.config.amd to true to compile templates as AMD modules. (@sethkinast)
    • ๐Ÿ–จ #543 dustc: replace util.print/util.puts with console.log (@hunterchristian)
    • #541 Escape template names in case they contain non-JS-safe characters (@aredridel)
    • #540 escape values (\u2028, \u2029 and <) when using json filter (@jimmyhchan)
    • #534 Stringify things before calling escapeHtml on them in case their stringified representation contains HTML (@sethkinast)
    • ๐Ÿš€ #537 Stop archiving old releases (@sethkinast)
    • #533 Add dust.version and bump it during grunt-bump (@sethkinast)
    • ๐Ÿ›  #529 Fix hanging comma in dust.config. Fixes IE7. (@jrrbru)
    • ๐ŸŒฒ #526 Don't stringify dust.log messages (@sethkinast)