Skip to content

v0.5.2

Choose a tag to compare

@dustinfarris dustinfarris released this 25 Jan 16:13
· 189 commits to master since this release

Upgrading

In your ember-cli project, run:

ember install:addon ember-django-adapter@0.5.2

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)