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.5
Choose a base ref
head repository: handlebars-lang/handlebars.js
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
    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
    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
    Copy the full SHA
    059b330 View commit details
    Browse the repository at this point in the history