Skip to content

v0.5.4

Compare
Choose a tag to compare
@dustinfarris dustinfarris released this 25 Apr 17:22
· 147 commits to master since this release

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • The deprecation warnings some users were getting regarding the metaForType method have been resolved.

Changelog

  • [INTERNAL] Updated ember-cli version to latest (0.2.3)
    (#81)
  • [ENHANCEMENT] Modified signatures of methods in serializer and adapter
    to comply with changes introduced in ember-data v1.0.0-beta.15 and in
    v1.0.0-beta.16 (snapshots instead of records)
    (#74)
    (#77)
    (#84)
  • [INTERNAL] Use ember-try to enable a test matrix
    (#85)