v1.0.0 (2012/07/04 19:08 +00:00)
- #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)