Skip to content

v1.1.2

Compare
Choose a tag to compare
@dustinfarris dustinfarris released this 17 Jan 00:21
· 52 commits to master since this release

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)