Skip to content

Releases: scotttrinh/angular-localForage

0.2.5 (2014-05-27)

27 May 19:18
Compare
Choose a tag to compare

Bug Fixes

  • readded changes that disappeared in the build for #16 (avoiding attributes from objects before store it on localforage)
    (c1175e0c)

0.2.4 (2014-05-26)

26 May 17:05
Compare
Choose a tag to compare

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)

15 May 08:09
Compare
Choose a tag to compare
  • 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)

13 May 09:06
Compare
Choose a tag to compare
  • Update localforage to 0.8.1

0.2.1 (12 May 2014)

12 May 10:39
Compare
Choose a tag to compare
  • Update bower.json to fix bug #12

0.2.0 (30 April 2014)

30 Apr 15:17
Compare
Choose a tag to compare
  • 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)

10 Apr 09:11
Compare
Choose a tag to compare
  • Fix bug with prefixing for localstorage (bug #10)

0.1.3 (07 April 2014)

07 Apr 09:42
Compare
Choose a tag to compare
  • Bump to localForage 0.3.1

0.1.2 (02 April 2014)

02 Apr 09:58
Compare
Choose a tag to compare
  • Bump to localForage 0.3.0

0.1.1 (24 Mars 2014)

24 Mar 13:43
Compare
Choose a tag to compare
  • Updated bower localstorage version to 0.2.0