Skip to content

Releases: jmdobry/angular-cache

2.4.1

18 Oct 17:44
Compare
Choose a tag to compare
2.4.1 - 18 October 2014
Backwards compatible bug fixes
  • #133 - Fix ios privacy mode

2.4.0

14 Oct 14:54
Compare
Choose a tag to compare
2.4.0 - 14 October 2014
Backwards compatible API changes
  • #131 - Added a flag to allow storing promises
Backwards compatible bug fixes
  • #128 - Fix for exception thrown in iOS privacy mode
  • #130 - (Docs) Wrong value for cache flush interval
  • #132 - stringifyNumber(0) fails to stringify

3.1.1

29 Aug 02:41
Compare
Choose a tag to compare
3.1.1 28 August 2014
Backwards compatible bug fixes
  • #124 - DSCache.info does not work if the storageMode is localStorage.
  • #127 - requirejs conflict, require object overwritten

3.1.0

15 Jul 15:13
Compare
Choose a tag to compare
3.1.0 15 July 2014
Backwards compatible API changes
  • #117 - call to DSCacheFactory(...) produces JSHint warning (Added DSCacheFactory.createCache method)
Backwards compatible bug fixes
  • #118 - dist/angular-cache.js doesn't end with a semicolon (Upgraded dependencies)
  • #120 - How come the non minified version has minified code? (Upgraded dependencies)

3.0.3

16 Jun 15:20
Compare
Choose a tag to compare
3.0.3 16 June 2014
Backwards compatible bug fixes
  • Angular 1.2.18 with $http/localStorage #116

3.0.2

16 Jun 04:53
Compare
Choose a tag to compare
3.0.2 15 June 2014
Backwards compatible bug fixes
  • $http w/ cache is trying to store a promise, which dies on JSON.stringify #115

2.3.7

16 Jun 15:10
Compare
Choose a tag to compare
2.3.7 - 16 June 2014
Backwards compatible bug fixes
  • Angular 1.2.18 with $http/localStorage #116

2.3.6

16 Jun 04:34
Compare
Choose a tag to compare
2.3.6 - 15 June 2014
Backwards compatible bug fixes
  • $http w/ cache is trying to store a promise, which dies on JSON.stringify #115

2.3.5

15 Jun 19:44
Compare
Choose a tag to compare
2.3.5 - 15 June 2014
Backwards compatible bug fixes
  • Page refresh retouches cache expiry times with defaults #114

3.0.1

14 Jun 17:33
Compare
Choose a tag to compare
3.0.1 14 June 2014
Backwards compatible bug fixes
  • Added polyfill for $$minErr.