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

Changelog History
Page 4

  • v2.1.1 Changes

    January 16, 2014
    • ๐Ÿšš #382 remove the globals and isolate parser and compiler (@jimmyhchan)
    • #334 Issue #332 provide a raw input syntax similar to comments {!...!} where newlines, spaces and braces are kept. (@jimmyhchan)
    • ๐Ÿš€ #371 Fix our release process + add bower.json + jshint + cleanup master (@jimmyhchan)
  • v2.1.0 Changes

    October 25, 2013
    • ๐Ÿ‘ #350 Support dynamic template names for the context's template name. (@johnsonlei)
    • โœ… #355 add a unit test for inline params with dashes (@prashn64)
    • ๐ŸŒฒ #347 Dust error logging (@prashn64)
    • ๐Ÿ”€ #344 Per discussions, this may be a bit premature. Revert "Merge pull request #279 from prashn64/master" until the api for debugging is more settled. (@prashn64)
    • #279 Client Side Debugging (@prashn64)
  • v2.0.3 Changes

    September 06, 2013
    • โšก๏ธ #338 update to correct 2.0.3 (@prashn64)
    • #335 make context.templateName change into version 2.0.3 (@prashn64)
    • #328 Put templateName on the context instance instead of the context's globals. (@prashn64)
    • #323 Fix Issue #322. block name in template includes previous text by mistake (@rragan)
  • v2.0.2 Changes

    August 01, 2013
    • โšก๏ธ #320 Update parser.js to sync with latest dust.pegjs (@smfoote)
    • #319 Clarify comments on path search (@rragan)
    • #318 Fix issue #317. Falsey value at end of path (@rragan)
  • v2.0.1 Changes

    July 24, 2013
    • #309 Add lines and columns to dust.pegjs (@smfoote)
    • #312 Remove node_modules/jasmine_node (@smfoote)
  • v2.0.0 Changes

    July 17, 2013
    • ๐Ÿ‘ #306 add support for GH-292, support the template name in nested partials (@vybs)
    • ๐Ÿšš #305 Remove option to control pathScope and remove tests for old getPath (@rragan)
    • ๐Ÿ‘ #304 GH-292 support template name in nested partials, need a stack to store the current name (@vybs)
    • #289 Cache VM context across dust.loadSource calls. (@totherik)
    • ๐Ÿ‘ #271 adding support for . path resolution in context get (@carchrae, @rragan)
    • โœ… #2 Fixed jasmine testRunner to understand base and options properties (@rragan)
  • v1.2.6 Changes

    June 06, 2013
    • ๐Ÿšš #278 Remove strip from dust.compile, since it wasn't really very good anyway (@smfoote)
  • v1.2.5 Changes

    June 02, 2013
    • #274 GH-266 store rendered template in global (@vybs)
    • โœ… #263 Add forward slash and unit tests for j filter (@prashn64)
  • v1.2.3 Changes

    April 11, 2013
    • ๐ŸŽ #253 2-3000% performance enhancement in IE7 (@jlkonsultab)
    • ๐Ÿšš #249 Remove debugger in dust-full-1.2.1.js (@sethkinast)
  • v1.2.2 Changes

    March 19, 2013
    • #245 Gh-208 - solve the incorrect error line reported in peg (@jairodemorais)
    • #243 compiler variable name changed to dustCompiler (@jairodemorais)
    • #241 using dust.isArray in place of Array.isArray (@jairodemorais)