Skip to content

Releases: dustinfarris/ember-django-adapter

v2.1.1

07 Nov 15:10
4b66fc2
Compare
Choose a tag to compare

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Changelog

Internal

v2.1.0

14 Jan 16:31
489d011
Compare
Choose a tag to compare

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • ember-data 3.0 is supported!

Changelog

Enhancements

Internal

Docs

  • #209: Update coalesce-find-requests code sample (@arnebit)

v2.0.0

04 Dec 16:17
v2.0.0
Compare
Choose a tag to compare

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • The minimum supported version of ember is now ember 2.12
  • Multiple deprecations have been resolved

Changelog

Enhancements

  • #207: Update ember and ember-data to 2.17. Fix deprecations.
  • #172: clean Ember.merge deprecation and fix jshintrc

Internal

  • #186: Update ember-sinon to the latest version
  • #180: Update ember-resolver to the latest version
  • #174: Update ember-cli-jshint to the latest version
  • #167: Update dependencies to enable Greenkeeper

Docs

  • #175: Update pagination.md

v1.1.3

07 Sep 20:30
Compare
Choose a tag to compare

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • A bug where custom validation error messages would cause "Maximum call stack exceeded" has been fixed
  • Reported version of ember-django-adapter in console while developing is now up-to-date

Changelog

  • [INTERNAL] Upgrade ember-cli to 1.13.15
    (#157)
  • [ENHANCEMENT] Allow addon to be used in a another addon
    (#164)
  • [BUGFIX] Map payload strings to arrays
    (#165)

v1.1.2

17 Jan 00:21
Compare
Choose a tag to compare

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • You will now see your version of ember-django-adapter in console while developing
  • If you are using pagination, make sure it is disabled when you request coalesced records (see documentation on CoalesceFilterBackend)

Changelog

  • [ENHANCMENT] Register addon with Ember libraries
    (#142)
  • [BUGFIX] Do not check for count attribute in paginated response
    (#143)
  • [DOCS] Note to disable pagination for coalesced records
    (#145)

v1.1.1

20 Oct 16:05
Compare
Choose a tag to compare

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

Changelog

  • [BUGFIX] Support nested errors returned by DRF
    (#141)
  • [BUGFIX] Do not require page query param on pagination previous link
    (#140)
  • [INTERNAL] Upgrade ember and ember-cli to latest
    (#138)

v1.1.0

01 Sep 19:25
Compare
Choose a tag to compare

Upgrading

In your ember-cli project, run:

npm install --save-dev [email protected]

Release notes

  • Ember Django Adapter is now compatible with Ember Data 2.0 (see documentation on minimum requirements)
  • We now extend DS.RESTSerializer instead of DS.JSONSerializer. RESTSerializer itself extends JSONSerializer, but adds more functionality which will provide a better experience for most users.

Changelog

  • [ENHANCEMENT] Extend DS.RESTSerializer
    (#133)

v1.0.0

28 Jul 22:14
Compare
Choose a tag to compare

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)

v0.5.6

04 Jun 20:55
Compare
Choose a tag to compare

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.0.0-beta.18 and Ember CLI >= 0.2.7 (see documentation on minimum requirements)

Changelog

  • [INTERNAL] Updated ember-cli version to latest (0.2.7)
    (#99)
  • [INTERNAL] Updated ember-cli version to latest (0.2.6)
    (#97)
  • [ENHANCEMENT] Support ember-data 1.0.0-beta.18
    (#96)
  • [INTERNAL] Add tests for relationships support
    (#94)
  • [INTERNAL] Updated ember-cli version to latest (0.2.5)
    (#91)

v0.5.5

15 May 01:38
Compare
Choose a tag to compare

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.0.0-beta.17 (see documentation on minimum requirements)

Changelog

  • [INTERNAL] Updated ember-cli version to latest (0.2.4)
    (#89)
  • [BUGFIX] All find queries are now handled properly
    (#88)