Skip to content

Ember Data v2.1.0

Choose a tag to compare

@bmac bmac released this 05 Oct 16:02
· 6564 commits to main since this release

Release 2.1.0 (October 5, 2015)

  • #3811 Format lists in JSONSerializer docs for rendering
  • #3814 [BUGFIX] Do not deserialize when a relationship named type exists
  • #3781 [BUGFIX beta] Fix id property in DS.Model once and for all
  • #3783 Update changelog for 2.0.1 release
  • #3788 Port pr #3725 to the release 2.0 branch
  • #3793 Map iteration has value, key params 'backwards'
  • #3764 [BUGFIX beta] Support JSON API links object
  • 15d4360c [BUGFIX release] Improve links vs. local data for relationships
  • #3751 Remove normalizePayload, associated docs, and mention of functionality.
  • #3749 [DOC beta] Update Object Root docs re: plurals
  • #3763 [BUGFIX beta] JSONAPISerializer warns for unknown type
  • #3771 update coalesceFindRequests doc for JSONAPIAdapter
  • #3739 store example should use findRecord()
  • #3747 [BUGFIX beta] JSONSerializer.extractRelationships() issue #3736
  • #3765 [BUGFIX beta] Fix JSONSerializer.serializeHasMany() issue #3760
  • #3714 Update the location of the custom store in the API doc example
  • #3717 Remove Fixture Adapter
  • #3722 Shape and cleanup
  • #3732 follow up fixes for #3701
  • #3641 Improve InternalModel (2x - 3x faster)
  • #3649 Empty object
  • #3647 Adapter.query should be part of the public overrideable interface.