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 or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.7
Choose a base ref
...
head repository: handlebars-lang/handlebars.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
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
    Configuration menu
    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
    Configuration menu
    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
    Configuration menu
    Copy the full SHA
    fed5818 View commit details
    Browse the repository at this point in the history
Loading