- Pull request #14 from roguejammin to skip AggregatedResources.
- Pull request from ghquant to update handlebars version to 1.0 Final.
- Added handlebars and hbs to the supported types so you don't need to declare the type as js.
- Fixed issue #12.
- Pull request from trashhalo to add known helpers during precompilation (issue #8).
- Pull request from chronodm for issue #5.
- Convert Precompiler to be a Spring bean for performance reasons.
- Added config option for wrapTemplate closure.
- Added support for any file extension. Added .hbs to defaults.
- Upgraded to handlebars.js v1.0.rc.1
- Fixed issue #2.
- Changed default templatesPathSeparator to
/
.
- Updated template naming scheme to handle nested templates in a manner similar to the ember-rails plugin.