3.0.0-beta.2
Pre-release
Pre-release
3.0.0-beta.2 - 02 May 2016
Breaking changes
-
Changed required API for
LocalStorageAdapter#storagePreviously, the API matched that of
localStorage. Now, the API matches
that oflocalForage. js-data-localforage will be deprecated, you can now
use js-data-localstorage with localForage, for example:var adapter = new LocalStorageAdapter({ storage: localForage })