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 deprecation warnings on Ember 3.3 by switching to ember-copy #290

Closed ghost closed 6 years ago

ghost commented 6 years ago

Addresses #286

fsmanuel commented 6 years ago

@lsg-richard thanks for the PR! I'm working on this PR https://github.com/funkensturm/ember-local-storage/pull/291 to get the tests running. There is a change in ember 3.1. that breaks the addon. I'll let you know when I'm done.

fsmanuel commented 6 years ago

@lsg-richard I merged #287 that removes the deprecation. I'll close this PR. Anyway thanks a lot!