summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/helpers
Commit message (Collapse)AuthorAgeFilesLines
* Remove stringParams and trackIds modemachty2015-12-103-29/+6
| | | | Closes #1145
* Fix iteration over undefined valueskpdecker2015-09-231-7/+3
| | | | | Allow for iteration on undefined values, but special case undefined and null to prevent rendering errors when not running in strict mode. Fixes #1093
* Fix #each when last object entry has empty keyDennis Kuczynski2015-08-301-1/+1
|
* Ignore empty when iterating on sparse arrayskpdecker2015-08-041-0/+6
| | | Fixes #1065
* Improve logging APIkpdecker2015-08-031-3/+16
| | | | | | | Adds multiple variable support and the ability to set statement level logging semantics. This breaks that logger API, cleaning up the manner in which enums are set, but the other behaviors are backwards compatible. Fixes #956
* Move helpers into separate moduleskpdecker2015-08-017-0/+177