kurko / ember-json-api

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

Do not save links data on DS #42

Closed igorT closed 9 years ago

igorT commented 10 years ago

Currently the links data is saved on the global static DS object, which leaks data. For example when testing you could get old data.

jonkoops commented 9 years ago

@igorT I am closing this issue since we're deprecating the library in favour of using the official Ember Data version.