express-hbs

Express handlebars template engine with inheritance, partials, i18n and async helpers.

MIT License

Downloads
54.5K
Stars
462
Committers
40
express-hbs - 2.1.2 Latest Release

Published by allouis over 5 years ago

express-hbs - 1.1.1

Published by allouis over 5 years ago

express-hbs - 2.1.1

Published by allouis over 5 years ago

Fixes:

express-hbs - 1.1.0

Published by allouis over 5 years ago

Features:

  • Adds support for local template options
  • Adds updateLocalTemplateOptions(locals, options) method
  • Adds getLocalTemplateOptions(locals) method
  • Adds getTemplateOptions() method

Deps:

express-hbs - 2.1.0

Published by allouis over 5 years ago

Features:

  • Adds support for local template options
  • Adds updateLocalTemplateOptions(locals, options) method
  • Adds getLocalTemplateOptions(locals) method
  • Adds getTemplateOptions() method
express-hbs - 2.0.2

Published by kevinansfield over 5 years ago

Security:

Deps:

express-hbs - 1.0.5

Published by kevinansfield over 5 years ago

Security:

Deps:

express-hbs - 2.0.1

Published by jtwebman almost 6 years ago

Bug Fixes:

  • Fixed #153 Block content array must be concated with newline, not stringified
express-hbs - 2.0.0

Published by jtwebman almost 6 years ago

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:

Dev Deps:

express-hbs - 1.0.3

Published by ErisDS about 8 years ago

express-hbs - v1.0.0

Published by ErisDS over 8 years ago

Breaking Changes

If you're upgrading from v0.8.4 to v1.0.0 there are some potentially breaking changes to be aware of:

  1. Handlebars @v4.0.5 - please see the handlbears v4.0 compatibility notes
  2. The file extension for partial files must now match the extension configured in extname - please see the PR
express-hbs -

Published by mgutz over 9 years ago

Add onCompile option