dustjs v1.1.0 Release Notes

Release Date: 2012-09-20 // over 11 years ago
    • ๐Ÿ‘ #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)