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

Commits on Sep 4, 2015

  1. Fix use of decorators within partials

    If a decorator is used within a partial but not in the calling template, the hash is not passed in. For now error on the side of always including as just assigning values has minimal overhead.
    
    Fixes #1089
    kpdecker committed Sep 4, 2015
    Copy the full SHA
    7b1fdf8 View commit details
    Browse the repository at this point in the history
  2. Update release notes

    kpdecker committed Sep 4, 2015
    Copy the full SHA
    c833541 View commit details
    Browse the repository at this point in the history
  3. v4.0.2

    kpdecker committed Sep 4, 2015
    Copy the full SHA
    a5a3ab0 View commit details
    Browse the repository at this point in the history