Releases: justinsa/angular-local-storage-service
Releases · justinsa/angular-local-storage-service
Rename to local-storage.service and drop hard $cookieStore dependency
- 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
Updated loader support section to better handle known scenarios where angular is already loaded and a second copy should not be required.
NPM release
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
Added support for AMD and CommonJS loading patterns for use by consuming projects.
Initial Release
Local, session, in-memory, and cookie storage support with get, set, bind, and clear functionality across all mediums.