## On master ## 0.10.0 (2013-01-29) * Support `.slimbars` extension for Slim templates - @davidlee ## 0.9.0 (2013-01-25) * Update to [this commit](https://github.com/wycats/handlebars.js/commit/a3376e24b1a25f72cf86d1d999bd2ea93fa4dc39) of `handlebars.js` * The hack that converted partial names to underscored paths (`shared/_time` -> `_shared_time`) is no longer necessary and has been removed. You should change all the partial references in your app when going to v0.9.x. ## 0.8.2 * Update to [this commit](https://github.com/wycats/handlebars.js/commit/5e5f0dce9c352f490f1f1e58fd7d0f76dd006cac) of `handlebars.js` * Fix to allow Ember.js template support when not using Rails ## 0.8.1 * Require haml directly ## 0.8.0 * Support Ember.js templates ## 0.7.2 (2012-12-25) * Note use of `rake assets:precompile` in README * Strip leading whitespace from compiled templates - @trkoch ## 0.7.1 (2012-12-4) * Use edge version of `handlebars.js` ([this commit](https://github.com/wycats/handlebars.js/commit/bd0490145438e8f9df05abd2f4c25687bac81326)) to fix regression with context functions ## 0.7.0 (2012-11-16) * Support `.hamlbars` extension and Haml ## 0.6.7 (2012-11-11) * Support `.handlebars` extension - @BlakeWilliams ## 0.6.6 (2012-09-21) * handlebars.js v1.0.rc.1 ## 0.6.5 (2012-09-09) * Generic options support, `HandlebarsAssets::Config.options = { data: true }` - @wyaeld ## 0.6.4 (2012-08-25) * Fix bug with the `template\_namespace` config option - @kmayer ## 0.6.3 (2012-08-22) * Added ability to change client-side template namespace from `HandlebarsTemplates` using `template\_namespace` config option - @spikebrehm * Added `handlebars.js` compiler options * Refactored tests; Config.reset! moved to tests ## 0.6.2 (2012-07-27) * Added support for knownHelpers and knownHelperOnly compiler options * Fixed problem with Config ## 0.6.1 (2012-07-23) * #26 - Missing require ## 0.6.0 (yanked) * #25 - Normalize partial names to begin with an underscore ## 0.5.0 (2012-07-10) * #24 - Remove "templates/" from template names and expand partial paths into names - @cw-moshe