- Update Handlebars to v4.7.7
- Update Handlebars to v4.7.3
- Update Handlebars to v4.5.3
- Update Handlebars to v4.5.2
- Update Handlebars to v4.3.1
- Update Handlebars to v4.1.2
- Update Handlebars to v4.1.0
- Remove requirement for MultiJSON
- Fixes for Issue on Boot with Rails 3 and 4
- Fixes for Railties and certain versions of Rails
- Only load if asset compilation is enabled
- Add support for Sprockets 3.x + 4.x - @tjgrathwell
- Update Handlebars to v4.0.5
- Update Handlebars to v4.0.2
- Relax Sprockets Dependencies - @rounders
- Add option to CHOMP underscores on partials - @GreyKn
- Actually revert to native HB.js
- Fix issues with window object, revert to native HB.js
- Fix extension handling bug on some versions of rails
- Upgrade to Handlebars v3.0
- Re-fix the issue regarding sprockets
- Fix issue regarding sprockets versioning of assets
- Update to handlebars v2.0.0 - @AlexRiedler
- Support for Ruby v1.8 - @blainekasten
- Fix engine initialization error on rails during assets precompile - @AlexRiedler
- Massive revamp - @AlexRiedler
- Changed how sprockets is registered - @AlexRiedler
- AMD loading - @AlexRiedler, based on @pboling changes (THANKS!)
- Fix extension being too liberal issues - @langalex
- README clarification - @jithugopal
- Upgrade
handlebars
to 1.3 - @neodude
- Allow use of ember and other handlebars simultaneously - @rbhitchcock
- Fix multi-framework to allow hbs, hamlbars, and slimbars - @Darep
- Add
hamlbars
usage example - @mattmenefee - README section for
multiple_frameworks
- @sorentwo - README clarification - @panchoqv
- README cleanup - @dmarkow
- README cleanup additional - @AlexRiedler
- Upgrade
handlebars
to 1.1.2 - @sorentwo - Fix MultiJson dependency - @AlexRiedler
- Roll back "Register with Sprockets instead of
app.assets
" until we can get a definitive answer on what the problem really is.
- Register with Sprockets instead of
app.assets
- @metaskills
- Update to handlebars 1.0.0 - @lee
- Pass scope and locals up the chain - @AlexRiedler
- Nicer rvmrc - @AlexRiedler
- Allow configure block - @AlexRiedler
- Synchronize Sprockets engine registers with Rails - @mark-rushakoff
- Update to handlebars 1.0.0-rc.4 - @turadg
- Support for patching
handlebars.js
- Make
test
the default Rake task - Update dev env to use
haml
v4.0.0
- Update to handlebars.js 1.0.0-rc.3 - @akshayrawat
- Add github markdown to README - @phlipper
- Support
.slimbars
extension for Slim templates - @davidlee
- Update to this commit 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.
- Update to this commit of
handlebars.js
- Fix to allow Ember.js template support when not using Rails
- Require haml directly
- Support Ember.js templates
- Note use of
rake assets:precompile
in README - Strip leading whitespace from compiled templates - @trkoch
- Use edge version of
handlebars.js
(this commit) to fix regression with context functions
- Support
.hamlbars
extension and Haml
- Support
.handlebars
extension - @BlakeWilliams
- 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