Skip to content

Releases: dustinfarris/ember-django-adapter

v0.5.4

25 Apr 17:22
Compare
Choose a tag to compare

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

08 Feb 20:20
Compare
Choose a tag to compare

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

  • [BREAKING ENHANCEMENT] Remove trailing slashes environment config
    (#67)
  • [DOCS] Add Google Analytics to documentation site
    (#69)
  • [ENHANCEMENT] Support added for coalesceFindRequests
    (#68)
  • [INTERNAL] Revised goals for the adapter
    (#70)

v0.5.2

25 Jan 16:13
Compare
Choose a tag to compare

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

  • [BUGFIX] Return jqXHR for non-400 errors
    (#62)
  • [BREAKING BUGFIX] Set default host to localhost:8000
    (#64)
  • [DOCS] Update installation instructions
    (#65)

v0.5.1

14 Jan 14:54
Compare
Choose a tag to compare

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

04 Jan 22:52
Compare
Choose a tag to compare

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

v0.4.0

05 Oct 13:58
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

This release makes ember-django-adapter compatible with ember-cli 0.1.0.

Changelog

  • [ENHANCEMENT] Update ember-data dependency
    (#8)
  • [ENHANCEMENT] Simplify addon packaging
    (#5)

v0.3.0

27 Jul 04:37
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

09 Jul 18:06
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Changelog

  • [ENHANCEMENT] Upgrade ember-data-django-rest-framework to v1.0.5

v0.1.0

01 Jul 15:35
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Version 0.1.0

v0.0.2

30 Jun 17:30
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
Version 0.0.2