handlebars.js v1.0.12 Release Notes

Release Date: 2013-05-31 // almost 11 years ago
    • ๐Ÿ‘ #515 - Add node require extensions support (@jjclark1982)
    • #517 - Fix amd precompiler output with directories (@blessenm)
    • ๐Ÿ‘ #433 - Add support for unicode ids
    • ๐Ÿ‘ #469 - Add support for ? in ids
    • #534 - Protect from object prototype modifications
    • #519 - Fix partials with . name (@jamesgorrie)
    • #519 - Allow ID or strings in partial names
    • #437 - Require matching brace counts in escaped expressions
    • ๐Ÿ”€ Merge passed partials and helpers with global namespace values
    • โž• Add support for complex ids in @data references
    • ๐Ÿ“„ Docs updates

    Compatibility notes:

    • ๐Ÿ“œ The parser is now stricter on {{{, requiring that the end token be }}}. Templates that do not follow this convention should add the additional brace value.
    • Code that relies on global the namespace being muted when custom helpers or partials are passed will need to explicitly pass an undefined value for any helpers that should not be available.
    • The compiler version has changed. Precompiled templates with 1.0.12 or higher must use the 1.0.0 or higher runtime.

    Commits