Releases: TryGhost/express-hbs
Releases · TryGhost/express-hbs
2.1.2
1.1.1
- Upgrades handlebars to 4.1.2
Fixes potential RCE, see
https://github.com/wycats/handlebars.js/blob/v4.1.2/release-notes.md#v412---april-13th-2019
2.1.1
2.1.0
1.1.0
Features:
- Adds support for local template options
- Adds
updateLocalTemplateOptions(locals, options)
method - Adds
getLocalTemplateOptions(locals)
method - Adds
getTemplateOptions()
method
Deps:
- Installs [email protected]
2.0.2
Security:
handlebars
has been updated to protect against a potential RCE. Please see https://github.com/wycats/handlebars.js/blob/v4.0.13/release-notes.md#v4013---february-7th-2019
Deps:
- Update [email protected]
1.0.5
Security:
handlebars
has been updated to protect against a potential RCE. Please see https://github.com/wycats/handlebars.js/blob/v4.0.13/release-notes.md#v4013---february-7th-2019
Deps:
- Update [email protected]
2.0.1
2.0.0
Bug Fixes
- Fixed #144 registerAsyncHelper using the wrong replace call
- Fixes #143 Update handlebars to 4.0.8 (did latest handlebars 4.0.12)
- Fixed #101 Cached blocks should be stored per request
- Fixed #100 Conflict between content blocks
- Fixed #99 Blocks prone to memory leaks
- Fixed #115 fix multi-dotted extension name usage for partials
- Fixed #140 readme markdown syntax highlighting
Addition:
- Update TravisCI to test node versions 11 and dropped testing node 4, 0.12, and 0.10 (Will still run on those versions if using express 3)
Deps:
- Add [email protected]
- Update [email protected]
-Update [email protected] - Add [email protected]
- Update [email protected]
Dev Deps:
- Removed grunt
- Removed grunt-mocha-cli
- Removed grunt-release
- Update [email protected]
- Update [email protected]
- Update [email protected]
- Update [email protected]
1.0.3
Bug Fix:
- partial resolution on Windows (#84)
Addition:
npm run coverage
creates coverage reports
Deps:
Dev Deps: