You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
setItem now returns the value set in the promise resolve
Breaking change: due to changes in localForage, you now need to configure localforage before any call has been made to it (in your module config for example), you can't configure it after init
Added an example app
Moved angular-localForage files to dist folder and the files have been renamed in lowercase to keep consistency with localforage