- handlebars.js v1.0.rc.1
- Generic options support,
HandlebarsAssets::Config.options = { data: true }
- @wyaeld
- Fix bug with the
template\_namespace
config option - @kmayer
- Added ability to change client-side template namespace from
HandlebarsTemplates
usingtemplate\_namespace
config option - @spikebrehm - Added
handlebars.js
compiler options - Refactored tests; Config.reset! moved to tests
- Added support for knownHelpers and knownHelperOnly compiler options
- Fixed problem with Config
- #26 - Missing require
- #25 - Normalize partial names to begin with an underscore
- #24 - Remove "templates/" from template names and expand partial paths into names - @cw-moshe