Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

angular-cache

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-cache - npm Package Versions

13

4.2.0

Diff

Changelog

Source

4.2.0 27 April 2015

Backwards compatible bug fixes
  • #174 - Cache not being fully emptied if using localStorage and multiple web pages
jdobry
published 4.1.0 •

Changelog

Source

4.1.0 30 March 2015

Backwards compatible API changes
  • #169 - Official support for ngResource
jdobry
published 4.0.2 •

Changelog

Source

4.0.2 22 March 2015

Backwards compatible bug fixes
  • #164 - onExpire is still called when cache is empty
jdobry
published 4.0.1 •

Changelog

Source

4.0.1 20 March 2015

Backwards compatible bug fixes
  • #163 - Configuring CacheOption storagePrefix results in "true.{key}"
jdobry
published 4.0.0 •

Changelog

Source

4.0.0 15 March 2015

Breaking API changes
  • Completely disassociated angular-cache from the deprecated angular-data (angular-data has been replaced by js-data + js-data-angular)
  • Angular module renamed to angular-cache
  • DSCacheFactory renamed to CacheFactory
  • DSBinaryHeap renamed to BinaryHeap
  • Removed DSCacheFactoryProvider.setCacheDefaults. You now do angular.extend(CacheFactoryProvider.defaults, { ... });
  • No longer exposing a DSCache constructor function (as it no longer exists)
  • storageMode can now be set dynamically, which will remove all items from current storage and insert them into the new storage
Other
  • Fixes #161
  • Converted to ES6 and a webpack build with better umd support
  • Now exporting the module name angular-cache (when you do require('angular-cache') you get "angular-cache")
  • Deprecating angular-cache < 4.0.0
jdobry
published 3.2.4 •

Changelog

Source

3.2.4 17 December 2014

Backwards compatible bug fixes
  • #149 - when removing an object from localStorage the key didn't get removed if the passed parameter is of number type.
jdobry
published 3.2.3 •

Changelog

Source

3.2.3 13 December 2014

Backwards compatible bug fixes
  • #112 - $resource cache and 3.0.0-beta-x
  • #122 - Error using DSCacheFactory with $http/ $resource and localStorage
  • #148 - Illegal operation when using local-/sessionStorage
jdobry
published 3.2.2 •

Changelog

Source

3.2.2 24 November 2014

Backwards compatible bug fixes
  • #147 - storeOnResolve and storeOnReject should default to false
jdobry
published 3.2.1 •

Changelog

Source

3.2.1 10 November 2014

Backwards compatible bug fixes
  • #142 - Use JSON.stringify instead of angular.toJson
jdobry
published 3.2.0 •

Changelog

Source

3.2.0 07 November 2014

Backwards compatible API changes
  • #135 - Closes #135. (Improved handling of promises.)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc