Skip to content

v0.5.3

Choose a tag to compare

@dustinfarris dustinfarris released this 08 Feb 20:20
· 173 commits to master since this release

Upgrading

In your ember-cli project, run:

ember install:addon ember-django-adapter@0.5.3

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)