All Versions
45
Latest Version
Avg Release Cycle
93 days
Latest Release
2957 days ago
Changelog History
Page 5
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 -
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)