dustjs v2.3.0 Release Notes

Release Date: 2014-01-17 // over 10 years ago
    • ๐Ÿš€ #405 Fix Grunt release and don't push upstream by default (safer) (@jimmyhchan)
    • โœ… #392 Add Rhino and Rhino unit tests (@kate2753)
    • ๐Ÿ“ฆ #404 revert package.json back to 2.2.3 (@prashn64)
    • ๐Ÿ‘ #403 bump commit does not support tasks (@jimmyhchan)
    • #395 fail hard when a name is not explicitly defined in dust.compile (@prashn64)
    • ๐Ÿ—„ #399 Don't swallow all errors by default (Issue #381). Deprecate dust.isDebug and dust.onError. Instead, just use debugLevel and dust.log(message, 'ERROR'), respectively. Add a dust.silenceErrors flag to swallow all errors. (@prashn64)