Skip to content

Releases: sparkartgroup/handlebars-helper

0.0.12

14 Aug 15:28
Compare
Choose a tag to compare
  • Export the helpers

0.0.11

04 Apr 00:13
Compare
Choose a tag to compare
  • add, subtract, multiply, and divide helpers can now accept null and undefined values.

0.0.10

03 Apr 23:33
Compare
Choose a tag to compare
  • Added add, subtract, multiply, and divide helpers
  • IE8 compatibility

0.0.9

07 Feb 00:18
Compare
Choose a tag to compare
  • first and last helpers now render when the count is longer than the collection's length

0.0.8

17 Jan 23:29
Compare
Choose a tag to compare
  • Pass current context to block helpers that don't change the value of the context. (less, greater, equal, contains)

0.0.7

18 Dec 23:33
Compare
Choose a tag to compare
  • ago and formatDate helpers now work with unix timestamps as strings

0.0.6

01 Dec 01:14
Compare
Choose a tag to compare
  • first helper now works with objects

0.0.5

09 Nov 23:20
Compare
Choose a tag to compare
  • Added join helper

0.0.4

09 Nov 07:10
Compare
Choose a tag to compare
  • Added offset option to formatDate helper

0.0.3

26 Oct 18:30
Compare
Choose a tag to compare
  • Added equal, greater, and less helpers
  • Added times helper