kurko / ember-json-api

JSON API adapter for Ember Data.
MIT License
254 stars 62 forks source link

Support for breaking changes on latest spec update #19

Closed oliverbarnes closed 10 years ago

oliverbarnes commented 10 years ago

Just found out about the latest changes to the spec, wondering if support for them is in the works?

gr0uch commented 10 years ago

The new singular resource representation will definitely break things, but the fix shouldn't be too difficult. The other breaking change, making patch optional, doesn't affect this since I hadn't implemented patch updates yet.

oliverbarnes commented 10 years ago

Should this issue really be closed? Seems like #3 only addresses part of the changes

kurko commented 10 years ago

@oliverbarnes I'm gonna update the entire adapter to support everything possible from the latest version. When I start developing (most likely in 1 or 2 weeks), I'll create an issue with a proper checklist to keep track of work.

If I forget something, please return in 3 weeks and open a new issue :)

Thanks a lot for caring about these issues, we definitely need people like you :)