ember-data
Advanced tools
Changelog
Ember Data 1.0.0-beta.14 (December 25, 2014)
Changelog
Ember Data 1.0.0-beta.12 (November 25, 2014)
A bug in Ember 1.7's Ember.create
method (which is a polyfill for
Object.create
) combined with a bug in es5-shim's Object.create
prevent us
from giving Ember Data users a good alternative to use. Internally, Ember Data
uses Object.create
for efficient caches. Ember 1.8 ships a working
Object.create
polyfill on Ember.create
so if you are using Internet
Explorer 8 and Ember Data in production, you should upgrade to Ember 1.8 as
soon as you can.
If you are using browsers that provide Object.create
, you do not need to do
any additional work here. This includes mobile browsers, evergreen browsers
(Chrome, Opera, Firefox), Safari, and IE9+.
Changelog
Ember Data 1.0.0-beta.11 (October 13, 2014)
Changelog
Ember Data 1.0.0-beta.10 (September 9, 2014)
NOTE: A bug was introduced in this version where the saving of a model with async hasMany property will send an empty list to the server in the payload, so is discouraged to use this version if you have such relationships on your application. For more details https://github.com/emberjs/data/issues/2339
addBowerPackageToProject()
hook to add ed as bower dep instead of including a pre-built versionfind
documentation