Skip to content

Releases: emaphp/handlebars-template-loader

Version 1.0

10 Mar 18:18
Compare
Choose a tag to compare
Version 1.0 Pre-release
Pre-release

Fixed: Webpack 4 compatibility.

Version 0.8

23 Jun 20:50
Compare
Choose a tag to compare

Added:

  • Add support for a custom handlebars runtime path. (thx @hswolff)

Version 0.7.1

04 Jun 20:00
Compare
Choose a tag to compare
  • Fixed: README.md

Version 0.7.0

02 Aug 00:38
Compare
Choose a tag to compare
  • Added: repeat macro. Repeats a given string n times.
  • Deprecated: nl and br macros (use repeat)
  • Modified: Now you can define compilation options as loader options (thx @JSteunou).
  • Added: Docs now contain a table of contents for better navigation.
  • Tests are now made using Handlebars v4. No regression tests planned.

Version 0.6.0

28 Mar 20:25
Compare
Choose a tag to compare
  • Added: Support for dynamic routes in images.

Version 0.5.7

03 Mar 23:00
Compare
Choose a tag to compare
  • Fixed: Windows compatibility (thx @Ivanca)
  • Fixed: Argument checking compatible with Handlebars 3.*

Version 0.5.6

03 Mar 22:10
Compare
Choose a tag to compare
  • Fixed: Context not being passed from parent templates using Handlebars >= 4.0.*

Version 0.5.5

19 Feb 14:38
Compare
Choose a tag to compare

Version 0.5.4

12 Oct 21:36
Compare
Choose a tag to compare
  • Remove Handlebars from peerDependencies (Upcoming changes in npm, see: npm/npm#6565).
  • Add license field in package.json.
  • Update docs.

Version 0.5.3

23 Aug 22:54
Compare
Choose a tag to compare
  • Added: Tests.
  • Fixed: Macros not parsed correctly when added at the beginning. Removing predeceding character.