Releases: jmdobry/angular-cache
Releases · jmdobry/angular-cache
2.4.1
2.4.1 - 18 October 2014
Backwards compatible bug fixes
- #133 - Fix ios privacy mode
2.4.0
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
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
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
3.0.3 16 June 2014
Backwards compatible bug fixes
- Angular 1.2.18 with $http/localStorage #116
3.0.2
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
2.3.7 - 16 June 2014
Backwards compatible bug fixes
- Angular 1.2.18 with $http/localStorage #116
2.3.6
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
2.3.5 - 15 June 2014
Backwards compatible bug fixes
- Page refresh retouches cache expiry times with defaults #114
3.0.1
3.0.1 14 June 2014
Backwards compatible bug fixes
- Added polyfill for
$$minErr
.