handlebars.js v2.0.0-alpha.2 Release Notes

Release Date: 2014-03-06 // about 10 years ago
    • #756 - fix bug in IE<=8 (no Array::map), closes #751 (@jenseng)
    • ๐Ÿ›  #749 - properly handle multiple subexpressions in the same hash, fixes #748 (@jenseng)
    • #743 - subexpression confusion/problem? (@waynedpj)
    • ๐Ÿ‘ #746 - [CLI] support handlebars --version (@apfelbox)
    • โšก๏ธ #747 - updated grunt-saucelabs, failing tests revealed (@Jonahss)
    • ๐Ÿ‘‰ Make JSON a requirement for the compiler. - 058c0fb
    • ๐Ÿ‘ท Temporarily kill the AWS publish CI step - 8347ee2

    Compatibility notes:

    • A JSON polyfill is required to run the compiler under IE8 and below. It's recommended that the precompiler be used in lieu of running the compiler on these legacy environments.

    Commits