Skip to content

v0.5.0

Choose a tag to compare

@dustinfarris dustinfarris released this 04 Jan 22:52
· 226 commits to master since this release

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