Releases: emaphp/handlebars-template-loader
Releases · emaphp/handlebars-template-loader
Version 1.0
Fixed: Webpack 4 compatibility.
Version 0.8
Version 0.7.1
- Fixed: README.md
Version 0.7.0
- Added:
repeat
macro. Repeats a given stringn
times. - Deprecated:
nl
andbr
macros (userepeat
) - 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
- Added: Support for dynamic routes in images.
Version 0.5.7
- Fixed: Windows compatibility (thx @Ivanca)
- Fixed: Argument checking compatible with Handlebars 3.*
Version 0.5.6
- Fixed: Context not being passed from parent templates using Handlebars >= 4.0.*
Version 0.5.5
Version 0.5.4
- Remove Handlebars from peerDependencies (Upcoming changes in npm, see: npm/npm#6565).
- Add license field in package.json.
- Update docs.
Version 0.5.3
- Added: Tests.
- Fixed: Macros not parsed correctly when added at the beginning. Removing predeceding character.