Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for iterable objects in {{#each}} helper #1557

Merged
merged 4 commits into from Sep 29, 2019
Merged

Added support for iterable objects in {{#each}} helper #1557

merged 4 commits into from Sep 29, 2019

Commits on Sep 21, 2019

  1. 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.
    antelle committed Sep 21, 2019
    Copy the full SHA
    46ce662 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a17e566 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. Copy the full SHA
    36fa9df View commit details
    Browse the repository at this point in the history
  2. #each helper: using ES5 in the helper itself

    antelle committed Sep 27, 2019
    Copy the full SHA
    59cac10 View commit details
    Browse the repository at this point in the history