Releases: jmdobry/angular-cache
Releases · jmdobry/angular-cache
Papa
2.2.0 - 15 December 2013
Backwards compatible API changes
removeExpired()
now returns an object (or array) of the removed items.
Backwards compatible bug fixes
removeExpired()
now removes all expired items.
Oscar
2.1.1 - 20 November 2013
Backwards compatible bug fixes
- Allow number keys, but stringify them #76
- Fix "Uncaught TypeError: Cannot read property 'maxAge' of null" #77 (thanks @evngeny-o)
November
2.1.0 - 03 November 2013
Backwards compatible API changes
- Modify .get(key, options) to accept multiple keys #71
Other
- Run tests against multiple versions of Angular.js #72
- Add banner to dist/angular-cache.min.js #68
Lima
2.0.0-rc.1 - 14 October 2013
Breaking API changes
- Add option specifying how frequently to check if items have expired (performance) #28
- Swapped
aggressiveDelete
option for deleteOnExpire
option. #30, #47
- Changed
$angularCacheFactory.info()
to return an object similar to AngularCache.info()
#45
- Namespaced angular-cache module under
jmdobry
so it is now "jmdobry.angular-cache". #42
- Substituted
storageImpl
and sessionStorageImpl
options for just storageImpl
option.
Backwards compatible API changes
- Added ability to set global cache defaults in $angularCacheFactoryProvider. #55
Backwards compatible bug fixes
- cacheFlushInterval doesn't clear web storage when storageMode is used. #52
- AngularCache#info(key) should return 'undefined' if the key isn't in the cache #53
Other
- Refactored angular-cache
setOptions()
internals to be less convoluted and to have better validation. #46
- Re-wrote documentation to be clearer and more organized. #56
- Fixed documentation where time spans were incorrectly labeled. #59
Kilo
Backwards compatible bug fixes
- cacheFlushInterval doesn't clear web storage when storageMode is used. #52
- AngularCache#info(key) should return 'undefined' if the key isn't in the cache #53
Juliett
1.2.0 - 20 September 2013
Backwards compatible API changes
- Added AngularCache#info(key) #43
Backwards compatible bug fixes
India
1.1.0 - 03 September 2013
Backwards compatible API changes
- Added
onExpire
callback hook #27
- Added
$angularCacheFactory.removeAll()
and $angularCacheFactory.clearAll()
convenience methods #37, #38
Backwards compatible bug fixes
Hotel
1.0.0 - 26 August 2013
- Closed #31 (Improved documentation)
- Closed #32
Golf
1.0.0-rc.1 - 21 August 2013
- Added localStorage feature #26, #29