- Add
rename
option toregisterPartials
- Ensure all partials are registered before rendering
- Fix function context in async helpers
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- Add
handlebars.parseWithoutProcessing
- Add support for iterable objects in
#each
helper - Block access to non-enumerable special properties on objects
- Fix error when helper defined with array properties
- Fix parsing of empty raw blocks
- Fix work-around for
constructor
blocking - Validate arguments to
#if
,#unless
and#with
helpers
- Add
- deps: [email protected]
- Fix error object inheritance
- Fix work-around for
constructor
blocking
- Fix async helpers not working when cache enabled
- Fix handling of exceptions from layout
- Fix handling of exceptions when cache enabled
- deps: [email protected]
- Block calling
helperMissing
andblockHelperMissing
from templates - Fix work-around for
constructor
blocking
- Block calling
- deps: [email protected]
- deps: [email protected]
- Block
constructor
property usinglookup
- Block
- Fix path for partials multiple dirs deep on Windows
- deps: [email protected]
- Support params for async helper
- deps: [email protected]
- deps: [email protected]
- Fix caching of non default filename layouts
- deps: [email protected]
- Fix
localsAsTemplateData
when cache is enabled
- Make
@data
available to layouts
- Fix using custom extensions when using view engine layouts
- deps: [email protected]
- Scope internal async tracker to per middleware
- Support multiple view folders from Express
- Scope internal async tracker to per hbs instance
- deps: [email protected]
- Fix registering directories of partials on Windows
- Add API to expose locals as template data
- Fix support for custom handlebars instance
- deps: [email protected]
- Add support for multi-level partial paths
- deps: [email protected]
- deps: [email protected]
- Add
registerPartials
- Add
create
for multiple instances
- deps: [email protected]
- Ignore layout error when not using layout
- deps: [email protected]