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.3.5
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.4.0
Choose a head ref
  • 3 commits
  • 8 files changed
  • 2 contributors

Commits on Sep 29, 2019

  1. Added support for iterable objects in {{#each}} helper (#1557)

    * Added support for iterable object in {{#each}} helper
    Currently {{#each}} helper supports either arrays, or objects,
    however nowadays you can define custom iterable objects by overriding
    a special method called Symbol.iterator, which results in empty result
    being rendered.
    * improved a test for iterables in {{#each}} returning empty result
    * #each helper: using ES5 instead of generator functions in tests
    * #each helper: using ES5 in the helper itself
    antelle authored and nknapp committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    cf7545e View commit details
    Browse the repository at this point in the history
  2. Update release notes

    nknapp committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    8f6047c View commit details
    Browse the repository at this point in the history
  3. v4.4.0

    nknapp committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    059b330 View commit details
    Browse the repository at this point in the history
Loading