funkensturm / ember-local-storage

The addon provides a storageFor computed property that returns a proxy and persists the changes to localStorage or sessionStorage. It ships with an ember-data adapter.
https://www.funkensturm.com/ember-local-storage/
MIT License
218 stars 76 forks source link

Fix ember-data > 3.0 #291

Closed fsmanuel closed 6 years ago

fsmanuel commented 6 years ago

The following PRs to ember-data introduced breaking changes: https://github.com/emberjs/data/pull/5317 https://github.com/emberjs/data/pull/5324

this PR fixes them.