Skip to content

Releases: xp-forge/handlebars-templates

0.7.0: Assets helper

11 Apr 14:53
Compare
Choose a tag to compare
  • Added assets helper which logs missing assets, implementing #6
    (@thekid)

0.6.0: Constructor arguments change

10 Apr 13:02
Compare
Choose a tag to compare
  • Changed constructor argument extensions from vararg to array
    (@thekid)

0.5.2: Frontend library compatibility

10 Apr 13:02
Compare
Choose a tag to compare
Pre-release
  • Made compatible with xp-forge/frontend version 3.0 - @thekid

0.5.1: Timestamp fix

14 Feb 15:35
Compare
Choose a tag to compare
0.5.1: Timestamp fix Pre-release
Pre-release
  • Fixed timezone handling in conjunction with timestamp parameter
    (@thekid)

0.5.0: Timezones

14 Feb 14:13
Compare
Choose a tag to compare
0.5.0: Timezones Pre-release
Pre-release
  • Implemented basic timezone handling by passing default timezone to
    the web.frontend.helpers.Dates helpers extension, overwriteable by
    passing e.g. timezone="America/New_York" in the handlebars helper.
    (@thekid)
  • Merged PR #4: Make template engine extensible; and extract the hard
    wired date formatting to its own extension
    (@thekid)

0.4.0: Logging

14 Feb 10:38
c03cbab
Compare
Choose a tag to compare
0.4.0: Logging Pre-release
Pre-release
  • Merged PR #2: Logging. Using the development webserver, this will show
    the debug page - for production, the content will be written to the
    server's standard output.
    (@thekid)

0.3.0: JavaScript timestamps interop

13 Feb 18:08
Compare
Choose a tag to compare
Pre-release
  • Add support for milliseconds resolution in timestamps to date helper,
    thus being able to use JavaScript timestamps.
    (@thekid)

0.2.0: Basic array operations

13 Feb 14:03
Compare
Choose a tag to compare
Pre-release
  • Add any, none and all helpers - @thekid
  • Add min and max helpers - @thekid
  • Add contains helper - @thekid

0.1.0: Hello world

13 Feb 11:14
Compare
Choose a tag to compare
0.1.0: Hello world Pre-release
Pre-release