Files
handlebars.js/lib/handlebars
antelle cf7545ef5a 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
2019-09-29 14:57:47 +02:00
..
2015-08-22 11:13:08 -07:00
2019-09-28 13:25:05 +02:00
2015-08-22 11:13:08 -07:00
2017-10-21 15:42:27 +02:00
2015-04-16 16:43:01 -05:00