Skip to content

v1.1.1

Compare
Choose a tag to compare
@dustinfarris dustinfarris released this 20 Oct 16:05
· 60 commits to master since this release

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • Nested errors returned by DRF will now be processed (no adapter errors), however JSON API—and by extension Ember Data—technically does not support this. Do not depend on these errors being propagated to their respective nested objects—they won't be. Instead, check for a slash-delimited error key on the parent object (see example in EDA acceptance tests). Related discussion: json-api/json-api#899

Changelog

  • [BUGFIX] Support nested errors returned by DRF
    (#141)
  • [BUGFIX] Do not require page query param on pagination previous link
    (#140)
  • [INTERNAL] Upgrade ember and ember-cli to latest
    (#138)