Releases: scotttrinh/angular-localForage
Releases · scotttrinh/angular-localForage
0.2.5 (2014-05-27)
0.2.4 (2014-05-26)
Bug Fixes
- error on ipad (safari/chrome) where key could be null and throw an error
(0011d110) - remove $promise attributes from objects before we store them on localforage.
(6f6f11ab)
Features
- Added a validation for commits & a task to auto generate the changelog
(f9658263) - new tests for getItem/setItem functions
(61efd115)
Documentation
- instructions for contributing
(2a84fc4c)
0.2.3 (15 May 2014)
- Added gulpfile.js to test & build the dist files
- Fix bug #14 (broadcast removeItem: notify.setItem instead of notify.removeItem)
0.2.2 (13 May 2014)
- Update localforage to 0.8.1
0.2.1 (12 May 2014)
- Update bower.json to fix bug #12
0.2.0 (30 April 2014)
- setPrefix has been removed from code
- 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
0.1.4 (10 April 2014)
- Fix bug with prefixing for localstorage (bug #10)
0.1.3 (07 April 2014)
- Bump to localForage 0.3.1
0.1.2 (02 April 2014)
- Bump to localForage 0.3.0
0.1.1 (24 Mars 2014)
- Updated bower localstorage version to 0.2.0