Releases: jmdobry/CacheFactory
Releases · jmdobry/CacheFactory
Release list
3.0.0
2.0.0
2.0.0 - 17 September 2016
Breaking changes
- #20 - The
CacheFactoryfunction is now a contructor function that produces instances ofCacheFactorywhen invoked withnew CacheFactory#createCacheis now the only way to create a cacheCacheFactory#getnow throws an error if the specified cache does not exist- You can use `CacheFactory#exists to check if a cache exists
- Switched from
Cache#disabledtoCache#enabled
Backwards compatible changes
- Upgraded some dependencies
- Added
CacheFactory#exists - #9 - Added JSDoc comments and API Reference Documentation
1.4.0
1.4.0 - 21 January 2016
Backwards compatible API changes
- Add a
values()method to cache instances
Bug fixes
- Fixed "expires" sometimes getting set to null
- Fixed cache not re-initializing properly from localStorage
- #3 - Initialization resets access timestamps