v1.1.1
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