v1.0.0
Upgrading
In your ember-cli project, run:
npm install --save-dev [email protected]
Release notes
- Ember Django Adapter is now compatible with Ember Data >= 1.13.7 (see documentation on minimum requirements)
- You can now use HyperlinkedRelatedField in your DRF serializers (see documentation on Hyperlinked Related Fields)
- No more hasMany warnings in production
Changelog
- [BREAKING ENHANCEMENT] Update to new Ember Data 1.13 serializer API
(#114) - [ENHANCEMENT] Support ember-data 1.13 series
(#108) - [ENHANCEMENT] Support HyperlinkedRelatedFields
(#95) - [ENHANCEMENT] Support object-level errors
(#123) - [ENHANCEMENT] Support query parameter in buildURL
(#124) - [BUGFIX] Remove coalesceFindRequests warning
(#106) - [INTERNAL] Updated ember-cli version to latest (1.13.1)
(#112) - [INTERNAL] Test for setting an explicit id on createRecord
(#117) - [INTERNAL] Acceptance test for embedded records
(#119) - [INTERNAL] Test for embedded belongsTo create with id
(#120) - [DOCS] Using ember-cli-pagination with the adapter
(#101)