Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 1.42 KB

CHANGELOG.md

File metadata and controls

66 lines (38 loc) · 1.42 KB

0.11.0 (Feb 28, 2013)

  • Use handlebars-source and ember-source gems

0.10.0 (Feb 17, 2013)

  • Updated Ember.js to version 1.0-rc.1
  • Updated Handlebars.js to version 1.0-rc.3

0.9.1 (Jan 23, 2013)

  • Updated Ember.js to version 1.0-pre.4

  • Updated Handlebars.js to version 1.0-rc2

  • Remove filters as Ember do not support anonymous templates anymore

0.8.0 (Oct 27, 2012)

  • Updated Ember.js to version 1.0-pre.2

0.5.0 (Mai 25, 2012)

  • Updated Ember.js to version 0.9.8.1

Improvements:

- The development/production switch was rewriten and should be muche more robust
- Lots of work on generators

0.4.0 (Avr 20, 2012)

  • Updated Ember.js to version 0.9.7.1

Improvements:

- Ember-rails will use the production build of Ember.js when Rails is
  running in production mode, and the development build otherwise.

0.3.1 (Avr 19, 2012)

  • Updated Ember.js to version 0.9.7

Improvements:

- Fix #34

0.3.0 (Avr 9, 2012)

  • Updated Ember.js to version 0.9.6

Improvements:

- Use precompilation only in production environment
- Expose some options related to templates paths
- Slim and Haml filters

0.2.4 (Jan 27, 2012)

  • Updated Ember.js to version 0.9.4

Improvements:

- Removing ember-datetime. Just vanilla ember.js will be included in
  this gem for the immediate future.
- Use precompilation provided by Ember.js to reduce duplication