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.0.7
Choose a base ref
head repository: handlebars-lang/handlebars.js
compare: v4.0.8
Choose a head ref
  • 3 commits
  • 7 files changed
  • 1 contributor

Commits on May 2, 2017

  1. Allow partial-blocks to be executed without "options"

    Closes #1341
    
    If the @partial-block is called as parameter of a helper (like in
    {{#if @partial-block}}...{{/if}}, the partialBlockWrapper is executed
    without "options"-parameter. It should still work in without an error
    in such a case.
    nknapp committed May 2, 2017
    Copy the full SHA
    a00c598 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed May 2, 2017
    Copy the full SHA
    0e81f0a View commit details
    Browse the repository at this point in the history
  3. v4.0.8

    nknapp committed May 2, 2017
    Copy the full SHA
    fed5818 View commit details
    Browse the repository at this point in the history