Skip to content

Releases: agrublev/angularLocalStorage

Release 0.3.2

08 Oct 13:19
Compare
Choose a tag to compare

Update AngularJS

Angular 1.3.0+ support

27 Jan 22:15
Compare
Choose a tag to compare

New Features

  • New method getKeys that will allow you to get all the keys in storage. Useful for iterating over multiple keys within an application.
  • Changed dependency to use Angular ~1.3.0

Quite a number of things fixed

21 Nov 19:41
Compare
Choose a tag to compare
  • Fixed cookie fallback, removing unnecessary jQuery Cookie dependency;
  • Fixed bind() and unbind() behavior.
    Note that now the scope variable has the priority - if it was set prior to bind(), it will be preferred over the stored and the default value.
  • Fixed Travis CI build;
  • Added isCookieFallbackActive()

Side note: bind() and unbind() still can be buggy, more tests needed.

Improved localStorage Support Checks (mainly iOS improvement)

08 Sep 18:36
Compare
Choose a tag to compare

Improves on the checks we do for support of localStorage

Rename to angularLocalStorage

15 Sep 20:59
Compare
Choose a tag to compare

It seems ngStorage was taken so renaming to angularLocalStorage.

ngStorage Refractor

15 Sep 20:48
Compare
Choose a tag to compare

This release only offers updates in naming and the version of Angular.

Clear All

01 Sep 00:09
Compare
Choose a tag to compare

Added ability to clear out localStorage.