Skip to content

Releases: jmdobry/angular-cache

Papa

16 Dec 01:38
Compare
Choose a tag to compare
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

20 Nov 15:28
Compare
Choose a tag to compare
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

03 Nov 23:06
Compare
Choose a tag to compare
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

Mike

30 Oct 04:58
Compare
Choose a tag to compare

Official release of 2.0.0.

See CHANGELOG.md and TRANSITION.md for details.

New angular-cache website at https://jmdobry.github.io/angular-cache

Lima

14 Oct 04:49
Compare
Choose a tag to compare
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

14 Oct 04:29
Compare
Choose a tag to compare
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

21 Sep 16:49
Compare
Choose a tag to compare
1.2.0 - 20 September 2013
Backwards compatible API changes
  • Added AngularCache#info(key) #43
Backwards compatible bug fixes

India

03 Sep 19:17
Compare
Choose a tag to compare
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

26 Aug 21:21
Compare
Choose a tag to compare
1.0.0 - 26 August 2013
  • Closed #31 (Improved documentation)
  • Closed #32

Golf

21 Aug 18:38
Compare
Choose a tag to compare
1.0.0-rc.1 - 21 August 2013
  • Added localStorage feature #26, #29