v0.5.0
Installing
In your ember-cli project, run:
npm install --save-dev ember-django-adapter@0.5.0
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
- [BREAKING REFACTOR] Rewrite toranb/ember-data-django-rest-adapter as an ember-cli addon