Releases: dustinfarris/ember-django-adapter
Releases · dustinfarris/ember-django-adapter
v0.5.4
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)
v0.5.3
Upgrading
In your ember-cli project, run:
ember install:addon [email protected]
Release notes
- If you were using
API_ADD_TRAILING_SLASHES
to disable trailing slashes, you will need to remove this from your environment.js config, and set the property on the adapter directly. See the documentation on trailing slashes. - You can now use the
coalesceFindRequests
feature of Ember Data to combine your async hasMany API calls into a single request. You must implement a special filter in DRF to get the full benefit of this. See the documentation on coalescing find requests.
Changelog
v0.5.2
Upgrading
In your ember-cli project, run:
ember install:addon [email protected]
Release notes
- The default API host is now http://localhost:8000. This should suit most development environments, but if you are for some reason operating on a different port, you will need to update your
API_HOST
setting. See the documentation on configuring ember-django-adapter.
Changelog
v0.5.1
Upgrading
In your ember-cli project, run:
npm install --save-dev [email protected]
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)
v0.5.0
Installing
In your ember-cli project, run:
npm install --save-dev [email protected]
Summary
This version is a complete rewrite of the adapter. It represents a cherry-picking of the original adapter from toranb, implemented using ember-cli's addon framework. This version is required for recent versions of Ember Data and Ember CLI, but it is still very much a work-in-progress.
Please report any issues. We will be working hard to have this stable by the time Ember Data 1.0 is released.
Release Notes
- We have ported over the major components of the original adapter, and updated the addon to work with the latest versions of ember-cli and Ember Data.
Changelog
- [BREAKING REFACTOR] Rewrite toranb/ember-data-django-rest-adapter as an ember-cli addon
v0.4.0
v0.3.0
Changelog
- [ENHANCEMENT] Add changelog
- [ENHANCEMENT] Add adapter/serializer blueprints
(#1) - [ENHANCEMENT] Add namespace to available configuration options
- [BREAKING ENHANCEMENT] Change default host/namespace properties to use ember-
cli's express server
(#2) - [ENHANCEMENT] Bump ember-data-django-rest-adapter to v1.0.6
(see changelog)
v0.2.0
Changelog
- [ENHANCEMENT] Upgrade ember-data-django-rest-framework to v1.0.5
v0.1.0
Version 0.1.0
v0.0.2
Version 0.0.2