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

Release Date: 2014-02-10 // about 10 years ago
  • Compatibility notes:

    • helperMissing helper no longer has the indexed name argument. Helper name is now available via options.name.
    • Precompiler output has changed, which breaks compatibility with prior versions of the runtime and precompiled output.
    • JavaScriptCompiler.compilerInfo now returns generic objects rather than javascript source.
    • AST changes
      • INTEGER -> NUMBER
      • Additional PartialNode hash parameter
      • New RawBlockNode type
    • ๐ŸŽ Data frames now have a _parent field. This is internal but is enumerable for performance/compatibility reasons.

    Commits