Releases: agrublev/angularLocalStorage
Releases · agrublev/angularLocalStorage
Release 0.3.2
Update AngularJS
Angular 1.3.0+ support
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
- 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)
Improves on the checks we do for support of localStorage
Rename to angularLocalStorage
It seems ngStorage was taken so renaming to angularLocalStorage.
ngStorage Refractor
This release only offers updates in naming and the version of Angular.