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

Changelog History
Page 5

  • v1.2.1 Changes

    February 19, 2013
    • #236 eol added to buffer again. (@jairodemorais)
  • v1.2.0 Changes

    February 08, 2013
    • โœ… #223 Fix for Issue #222. Code change + new test added to verify proper behavior (@rragan)
    • #216 add semicolons to dust compiler GH=215 (@jairodemorais)
    • ๐Ÿ›  #188 The whitespace grammar rule for partial was a little inconsistent with other tags. issue GH=187 fixed. (@jairodemorais)
    • 0๏ธโƒฃ #166 Add template strip of white space to dust.compile (optional defaults to not strip) (@smfoote)
    • ๐Ÿšš #183 cover, uglify and jasmine move to dev dependencies. GH-183 (@jairodemorais)
    • โšก๏ธ #168 Minor README update (@sethmcl)
    • โœ… #165 improve description in unit tests (@vybs)
    • โœ… #159 fix the description on the core tests for $idx and $len for scalar (@vybs)
    • ๐Ÿ”€ #158 fix the bad merge (@vybs)
  • v1.1.1 Changes

    September 30, 2012
    • โœ… #157 Add unit tests for the pull/154 (@vybs)
    • #154 partials with parameters context was missing blocks (@jimmyhchan)
    • โœ… #156 Cleanup the helpers from the dust repo, fix the make test (@vybs)
  • v1.1.0 Changes

    September 20, 2012
    • ๐Ÿ‘ #152 Really undo 2760048: removing scalar block support (@jimmyhchan)
    • #151 add v1.1 files to the dist (@vybs)
    • ๐Ÿšš #146 Remove the old grammartests file, since it renamed to coreTests now and guard against missing context head in section (@vybs)
    • โœ… #145 rename grammar tests to core tests, since it testing dust.js core functionality, also has GH-133, fix the missing helper case (@vybs)
    • #144 minor: reorganized the section code and documented some more as to how t... (@vybs)
    • #143 reverse the GH-134 since it is backward incompatible (@vybs)
    • โœ… #142 add another intersting test case with . and blocks (@vybs)
    • ๐Ÿ›  #141 Fixes for GH-134 (@vybs)
    • ๐Ÿšš #140 GH-134 , remove support for scalar in the block # (@vybs)
    • โœ… #139 GH-85, GH-127 improve test coverage (@vybs)
    • ๐Ÿ›  #127 Fixed :else in section when iterating over empty array. (@zzen)
    • #132 Partial with parameters was not getting the correct context (@jimmyhchan)
    • #108 issue 106, accessing array inside a loop using the current context (@jairodemorais)
    • โšก๏ธ #128 Updated README for consistency and readability (@zzen)
    • ๐Ÿšš #126 Removed left-over .DS_Store files (@zzen)
    • #99 new math helper method (@sclatter)
    • #113 Make $idx/$len work for all array objects and not leave old values in contexts (@rragan)
    • ๐Ÿ”€ #105 merge PR https://github.com/linkedin/dustjs/pull/93 (@jairodemorais)
    • ๐Ÿ“ฆ #95 helpers removed from Dust core. New npm package created for helpers. (@jairodemorais)
  • v1.0.0 Changes

    July 04, 2012
    • #78 Use the tap method in the select helper (@jairodemorais)
    • #65 literal params relaxed to allow eol (@jairodemorais)
    • #70 fix issue https://github.com/linkedin/dustjs/issues/68 (@jairodemorais)
    • ๐Ÿ”จ #73 dust resolve reference helper created and refactor if to use it (@jairodemorais)
    • โœ… #71 Test for pipe function added. (@jairodemorais, @kilianc)
    • ๐ŸŒฒ #56 Fix for Issue #50: helper for debugging the context + console log wrapper (@jimmyhchan)
    • ๐Ÿšš #60 dust moved to 0.6.0 version (@jairodemorais)
    • #59 ws relaxed to allow eol (@jairodemorais)
    • #54 preventing dust to crash on non existant if-condition (@seriousManual)
    • โœ… #52 Added unit test code coverage report with node-coverage (@jleppert)
    • โœ… #44 Select helper and unit tests, fixes #16 (@jleppert)
    • #49 dust tool included. (@jairodemorais)
    • ๐Ÿ‘ท #40 Rebuilding parser and merge to fix failed CI (@jleppert)
    • ๐Ÿ›  #37 Fixes #7, "Support numbers in the aliases" (@jleppert)
    • ๐Ÿ›  #39 Fixes #28, better error tracking implemented. (@jleppert)
    • #31 process.nextTick instead of setTimeout (@seriousManual)
    • #34 Escape a single quote apostrophe in escapeHtml (@jleppert)
    • #36 Rhino compatible (@jairodemorais)
    • ๐Ÿ‘ #13 Issue #8 Support cleaner way to pass arguments to partials (@jimmyhchan)
    • ๐Ÿšš #25 pegjs 0.7 compatibility and parser variables removed from section function on dustjs file (@jairodemorais)
    • โšก๏ธ #9 Update to 0.4.0 in dist so that docs are correct (@kmiyashiro)
    • ๐Ÿ›  #5 Quote 'if' helper, fixes #4 (@kmiyashiro)
    • ๐Ÿ’ป #3 Gaurd against browsers (@Raynos)
    • #25 process.binding('evals') is now require('vm') (@stonecobra)