- Fixed compilation in production mode.
- Updated source code & API. The plugin would now only work with Brunch 2.2 and higher.
- Add license field to package.json
- Compatibility with npm@3 for include files (handlebars runtime)
- Improved (and fixed issues with) architecture for
namespace
- Expand
namespace
option to allow definition via function as well as adding support for segmented namespaces.
- Upgrade handlebars to ^2.0.0
- Strip leading/trailing whitespace on optimize
- Ensure template keys use forward-slashes on win32
- Updated handlebars to 1.3
- Added options for changing the handlebars js include file
- Upgrade handlebars to 1.2.x
- Added option to override path replace regex for modules
- Fixed inclusion bug.
- Updated handlebars to 1.1.
- Fixed compilation bug.
- Added UMD support.
- Added support for non-common.js wrappers.
- Updated handlebars to 1.0.
- Updated handlebars to 1.0rc4.
- Added node 0.10 support, removed coffee-script dependency.
- Updated handlebars to 1.0rc3.
- Improved installation process.
- Updated handlebars to 1.0rc1.
- Added node.js 0.8 and 0.9 support.
- Package is now precompiled before every publishing to npm.
- Added support for
.handlebars
extension.
- Fixed error reporting when installing the package.
- Added windows support.
- Changed default extension from
.handlebars
to.hbs
.
- Initial release