Skip to content

Ember Data v1.13.5

Compare
Choose a tag to compare
@bmac bmac released this 08 Jul 14:37
· 5655 commits to release since this release

Changelog

  • #3437 Deprecate normalizePayload and normalizeHash @wecc
  • #3478 Fix Ember Data build with fresh install @sly7-7
  • #3475 [BUGFIX release] Remove deprecation warning for dev, keep IE 8 compat @sly7-7
  • #3452 [BUGFIX release] handle case where linked relationship data is null @pangratz
  • #3458 [DOC] createRecord relationships close #3421 @givanse
  • #3460 [BUGFIX release] Do not register the service store when it has already been registered @loadimpact
  • #3462 Fix documentation typos in Adapter @sutherland
  • #3473 [DOC] Fill @Property of DS.Model.modelName @XrXr
  • #3479 [DOC release] Fix typo in JSONSerializer.extractAttributes docs @pdud
  • #3482 [BUGFIX release] Update the version of ember-new-computed to fix an E… @bmac
  • #3481 update errors.js docs to mirror new json api error specs @philipp-spiess
  • #3497 Use detail instead of details for JSON API error objects @sebastianseilund
  • #3503 [DOC release] Fix documentation for DS.InternalModel#_changedKeys() @hibariya
  • #3505 [BUGFIX release] Do not assume the serializer is an Ember object. @bmac
  • #3511 Assert serializers are using the same API @wecc
  • #3468 [BUGFIX release] shouldReloadRecord and shouldBackgroundReloadRecord … @bmac
  • #3513 [BUGFIX release] Always look up the serializer using store.serializerFor @bmac
  • #3477 Add modelClass argument to JSONSerializer.extractId @pdud