handlebars.js v4.0.3 Release Notes

Release Date: 2015-09-23 // over 8 years ago
  • Compatibility notes:

    • โช each iteration with undefined values has been restored to the 3.0 behaviors. Helper calls with undefined context values will now execute against an arbitrary empty object to avoid executing against global object in non-strict mode.
    • ] can now be included in [] wrapped identifiers by escaping with \. Any [] identifiers that include \ will now have to properly escape these values.

    Commits