Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: handlebars-lang/handlebars.js
base: v4.3.0
Choose a base ref
head repository: handlebars-lang/handlebars.js
compare: v4.3.1
Choose a head ref
  • 8 commits
  • 11 files changed
  • 2 contributors

Commits on Sep 24, 2019

  1. Copy the full SHA
    d148d7c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    93444c5 View commit details
    Browse the repository at this point in the history
  3. add test for #1560

    nknapp committed Sep 24, 2019
    Copy the full SHA
    64ecb9e View commit details
    Browse the repository at this point in the history
  4. do not break on precompiled templates from Handlebars >=4.0.0 <4.3.0

    - The version-range above have compiler version 7 and
      precompiled templates expecte the (block)
      HelperMissing-functions in "helpers" and not in "container.hooks".
    - Handlebars now accepts precompiled templates of version 7.
    - If a precompiled template with version 7 is loaded,
      the (block)HelperMissing-functions are kept in "helpers"
    nknapp committed Sep 24, 2019
    Copy the full SHA
    1266838 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c2a17c7 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    e3639e2 View commit details
    Browse the repository at this point in the history
  7. Update release notes

    nknapp committed Sep 24, 2019
    Copy the full SHA
    2d55790 View commit details
    Browse the repository at this point in the history
  8. v4.3.1

    nknapp committed Sep 24, 2019
    Copy the full SHA
    050cca0 View commit details
    Browse the repository at this point in the history