All Versions
45
Latest Version
Avg Release Cycle
93 days
Latest Release
2695 days ago

Changelog History
Page 3

  • v2.3.1 Changes

    January 19, 2014
    • #408 dust.compileFn no longer requires the name to be defined. (@jimmyhchan)
  • v2.3.0 Changes

    January 17, 2014
    • ๐Ÿš€ #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)
  • v2.2.10 Changes

    May 07, 2014
    • ๐ŸŒฒ #444 make console.log available for logging statements in node environment by passing the proper global (@bgmort)
  • v2.2.7 Changes

    February 24, 2014
    • #419 Fix Context.prototype._get to work with context switching when calling partials and make the 2.2.x+ compiler fully backwards compatible. (@kate2753)
  • v2.2.6 Changes

    February 13, 2014
    • #420 Make the compiler backwards compatible with runtime versions prior to 2.2.x (@kate2753)
  • v2.2.3 Changes

    December 06, 2013
    • #374 Properly generate .min files for 2.2.3 (@kate2753)
    • ๐Ÿ›  #372 Regenerate dist files for v2.2.3 to include $idx fixes (@kate2753)
  • v2.2.2 Changes

    November 28, 2013
    • #368 Add context.getTemplateName. This method now correctly returns the template name even for directly loaded templates being used as partials. For end users please use this api for getting the template name instead of ctx.templatename (@prashn64)
    • ๐Ÿšš #363 Issue #340. Remove old optimization to avoid looking at arrays in get. (@rragan)
    • ๐Ÿšš #362 remove node_modules directory (@wizardzloy)
  • v2.2.0 Changes

    November 08, 2013
    • #360 Use get for all Dust references (@smfoote)
  • v2.1.4 Changes

    March 06, 2014
    • โšก๏ธ #432 add temporary fix for ssl problems with npm until travis itself updates ... (@prashn64)
    • ๐ŸŒฒ #430 Only have the logger.log call once inside logger.log (@prashn64)
    • ๐Ÿ’ป #429 Patch 2.1.X 2.2.X 2.3.X to fix IE9 and below issues when dust debugging is on. Added a cross-browser/node/rhino version of indexOf and logger.log. (@kate2753)
  • v2.1.3 Changes

    February 27, 2014
    • #426 Add changelog (@lalitkapoor)
    • #427 Add 2.2.7 which is identical to 2.2.6 for npm (@prashn64)