Releases: alexlafroscia/vite-plugin-handlebars
Releases · alexlafroscia/vite-plugin-handlebars
v1.6.0
1.6.0 (2021-06-25)
Features
- allow registering of helpers (f8b0a4b)
v1.5.1
Bug Fixes
- normalize paths for Windows support (af4d8d7)
v1.5.0
Features
- expose page path to
context
functions (#42) (0a4441f)
v1.4.1
Bug Fixes
- handle async functions in context (8b5eef4)
v1.4.0
Features
- reload page on partial change (3976806), closes #2
v1.3.0
Features
- support functions as context values (9780f4b)
v1.2.0
Features
- add ability to process multiple partial folders (#28) (fbcb39f)
- support nested partial directories (9e657b2)
Bug Fixes
- only register html or hbs files as partials (15c67b2)