Skip to content

Releases: justinsa/angular-local-storage-service

Rename to local-storage.service and drop hard $cookieStore dependency

14 Mar 06:10
Compare
Choose a tag to compare
  • Renamed the module from: local.storage, to: local-storage.service. This conforms with other modules authored in the set and I wanted to maintain consistency across modules.
  • Removed hard dependency on angular-cookies. The module is not required to be available unless cookieFallback is enabled and it is used.

Better loader support

06 Mar 06:02
Compare
Choose a tag to compare

Updated loader support section to better handle known scenarios where angular is already loaded and a second copy should not be required.

NPM release

06 Mar 03:10
Compare
Choose a tag to compare

Released library to NPM and moved all dependencies from being split between NPM and Bower for development to be solely using NPM. Bower is no longer used in the project for development purposes, but it is still a publishing platform for the library.

AMD and CommonJS support

25 Nov 19:35
Compare
Choose a tag to compare

Added support for AMD and CommonJS loading patterns for use by consuming projects.

Initial Release

25 Nov 19:36
Compare
Choose a tag to compare

Local, session, in-memory, and cookie storage support with get, set, bind, and clear functionality across all mediums.