ember-data from 1.0.0-beta.16.1 to 1.0.0-beta.19.1
ember from 0.11.1 to 0.12.0
ember-json-api from a specific branch on a fork to the official 0.4.5 version
ember-simple-auth from 0.8.0-beta.2 to 0.8.0-beta.3
Some other supporting stuff was updated, but I don't think it's worth mentioning
Most of the deprecations we need to clear are due to out of date addons, though, mostly ember-simple-auth and ember-json-api, both of which have PRs pending which should resolve these deprecations.
Major issue
The one major issue I've found was in DS.JsonApiSerializer.DS.RESTSerializer.extend.serializeHasMany where a now non-existant property is being accessed. I wrote a monkeypatch to fix it, but if there's time, I'd like to look into it and submit a PR to https://github.com/kurko/ember-json-api
Description
This PR updates the following:
Some other supporting stuff was updated, but I don't think it's worth mentioning
Most of the deprecations we need to clear are due to out of date addons, though, mostly ember-simple-auth and ember-json-api, both of which have PRs pending which should resolve these deprecations.
Major issue
The one major issue I've found was in
DS.JsonApiSerializer.DS.RESTSerializer.extend.serializeHasMany
where a now non-existant property is being accessed. I wrote a monkeypatch to fix it, but if there's time, I'd like to look into it and submit a PR to https://github.com/kurko/ember-json-api