Skip to content

Releases: agrublev/angularLocalStorage

Release 0.3.2

Choose a tag to compare

@panuhorsmalahti panuhorsmalahti released this 08 Oct 13:19

Update AngularJS

Angular 1.3.0+ support

Choose a tag to compare

@hppycoder hppycoder released this 27 Jan 22:15

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

Choose a tag to compare

@CamaroSS CamaroSS released this 21 Nov 19:41
  • 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)

Choose a tag to compare

@agrublev agrublev released this 08 Sep 18:36

Improves on the checks we do for support of localStorage

Rename to angularLocalStorage

Choose a tag to compare

@agrublev agrublev released this 15 Sep 20:59

It seems ngStorage was taken so renaming to angularLocalStorage.

ngStorage Refractor

Choose a tag to compare

@agrublev agrublev released this 15 Sep 20:48

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

Clear All

Choose a tag to compare

@agrublev agrublev released this 01 Sep 00:09

Added ability to clear out localStorage.