Releases: sparkartgroup/handlebars-helper
Releases · sparkartgroup/handlebars-helper
0.0.12
0.0.11
add
,subtract
,multiply
, anddivide
helpers can now acceptnull
andundefined
values.
0.0.10
- Added
add
,subtract
,multiply
, anddivide
helpers - IE8 compatibility
0.0.9
first
andlast
helpers now render when thecount
is longer than the collection's length
0.0.8
- Pass current context to block helpers that don't change the value of the context. (
less
,greater
,equal
,contains
)
0.0.7
ago
andformatDate
helpers now work with unix timestamps as strings
0.0.6
first
helper now works with objects
0.0.5
- Added
join
helper
0.0.4
- Added
offset
option toformatDate
helper
0.0.3
- Added
equal
,greater
, andless
helpers - Added
times
helper