v0.5.1
Upgrading
In your ember-cli project, run:
npm install --save-dev ember-django-adapter@0.5.1
Release notes
- Pagination is now supported. See documentation on pagination.
- Embedded records are now supported. See documentation on working with embedded records.
Changelog
- [ENHANCEMENT] Add support for pagination metadata
(#45) - [ENHANCEMENT] Add documentation for contributing
(#49) - [ENHANCEMENT] Add blueprints and support for embedded records
(#51) - [ENHANCEMENT] Add option to remove trailing slashes
(#50) - [ENHANCEMENT] Test coverage for all supported versions of ember-data
(#56)