Skip to content
Mukund Lakshman edited this page Aug 18, 2013 · 2 revisions

To see a shorter list of changes between versions, please see the release history

Updating from 0.6.x to 0.7.0

Two big changes:

  • Previously, partials wouldn't work unless you overrode the default processPartialName method. This update fixes it.
  • We're now using Handlebars v1.0.0 (and jQuery 2.0.3).

Updating from 0.5.x to 0.6.0

Handlebars is now 1.0.0-rc4. We're using ember-template-compiler, maintained by the Ember folks.

Updating from 0.4.x to 0.5.0

You shouldn't need to do any work. Internally, we're not calling registerPartial anymore.

Updating from 0.3.x to 0.4.0

You need handlebars-1.0-rc.3 and ember-1.0.0-rc.1. That's all!

Updating from 0.2.x to 0.3.0

This task now uses the same interface as the excellent grunt-contrib-handlebars task. Thank you Tim Branyen and maintainers of grunt-contrib-handlebars!

Updating from 0.1.x to 0.2.0

This task now depends on grunt 0.4.x. Please see the grunt 0.3 to 0.4 migration guide for more details.