-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.13.0 Compat #267
Comments
+1 |
Just to know, what's the latest working version of Ember-Data for emberfire? |
|
worth noting, that without this canary/ 2.0.0 also will not work. |
@ryanlitalien unfortunately there is still a bug with |
ok, since closing #289 it looks like we are good for 1.13.0 compat Just reviewing and updating docs for the release |
The plan for ED 1.13.x support:
Get tests passing and things working correctlyEmber Data 1.13.x compat #262Deprecations:
The default behavior ofSilenceshouldBackgroundReloadRecord
will change in Ember Data 2.0 to always return true. If you would like to preserve the current behavior please overrideshouldBackgroundReloadRecord
in you adapter:application and return false.shouldBackgroundReloadRecord
warnings #280JSON-API + new serializers #283store.push(type, data)
has been deprecated. Please provide a JSON-API document object as the first and only argument tostore.push
Your custom serializer uses the old version of the Serializer API, withJSON-API + new serializers #283extract
hooks. Please upgrade your serializers to the new Serializer API usingnormalizeResponse
hooks insteadYou provided an embedded option on theJSON-API + new serializers #283p
property in theX
class, this belongs in the serializer. SeeDS.EmbeddedRecordsMixin
(This will require users to change they way they specify embedded record configs)Ember.EnumerableUtils is deprecated #269 added ember-lodash as a dependancy and replaced Ember.EnuerableUtils #275Ember.EnumerableUtils
is deprecatedEmber.keys
is deprecated in favor ofObject.keys
Ember.keys
->Object.keys
to silence warning #281Other general cleanup and legacy stuff:
UseJSON-API + new serializers #283snapshot
instead ofsnapshot.record
where appropriateMonkey patching of store.push fails when multiple records are pushed and and array is returnedAdded ability to disable Firebase setup via environment config #274 JSON-API + new serializers #283The text was updated successfully, but these errors were encountered: