All notable changes to parcel-plugin-handlebars-precompile will be documented in this file.
The format is based on Keep a Changelog and parcel-plugin-handlebars-precompile adheres to Semantic Versioning.
- Updated module dependencies to fix vulnerabilities reported by NPM audit
- Updated module dependencies to fix vulnerabilities reported by NPM audit
- Fully compatible with
[email protected]
- Partially compatible with
[email protected]
- source map generation must be disabled eg:parcel build index.html --no-source-maps
- There is now exported only the template function for Handlebars.runtime
- Hardcoded parcel-bundler dependency to 1.10.1
- Hardcoded handlebars dependency to 4.0.12
- Add named export of handlebars template function
- Add type definition for use with typescript
- Hardcoded parcel dependency to 1.8.1
- Add github link to package.json
- Add package files link to package.json
Initial release