genkgo / ember-localforage-adapter

Offline usage for Ember Data, based on localstorage adapter, but now uses Mozilla's localforage as data source
Other
133 stars 26 forks source link

Two new deprecations #76

Closed driesdl closed 5 years ago

driesdl commented 6 years ago

Two new deprecations have occured:

Use of @ember/Map is deprecated. Please use nativeMapinstead [deprecation id: ember-map-deprecation]

This warning occurs in the file /utils/cache

data: _ember['default'].Map.create(),


Use of @ember/OrderedSet is deprecated. Please use nativeMapinstead [deprecation id: ember-map-deprecation]

This warning occurs in the same file /utils/cache but deeper in the code @ember/map/lib/ordered-set

frederikbosch commented 5 years ago

See master branch.