Skip to content

Releases: scotttrinh/angular-localForage

0.1.0 (19 Mars 2014)

19 Mar 16:20
Compare
Choose a tag to compare
  • Added a changelog !
  • Using localForage 0.1.1 with the new config options
  • Breaking change: setPrefix has been removed, use the config function from now on
  • Renamed all the functions to keep consistency with the localForage function names (set/get/remove/clearAll/getKeyAt/getLength/getDriver are renammed setItem/getItem/removeItem/clear/key/length/driver). The old function names are still available.
  • Added a test to check for "InvalidStateError" due to private browsing in firefox and switching to localstorage when this is the case
  • Fixed bug #4 removeItem needs to use prefix
  • Added missing package.json (for tests) and updated tests

0.0.3

14 Mar 15:04
Compare
Choose a tag to compare

Change in getDriver function (due to localForage/localForage@4941514)

0.0.2

06 Mar 13:24
Compare
Choose a tag to compare

Fixed a bug affecting getLength / getKeys / clearAll functions

0.0.1

20 Feb 14:28
Compare
Choose a tag to compare
add bower file