Releases: fregante/webext-storage-cache
Releases · fregante/webext-storage-cache
v3.0.0
Major Changes
- Loan HTTP Cache terminology (
expiration
became maxAge
): e6411c9
Minor Changes
- Add
stale-while-revalidate
behavior: #15
v2.3.0
Minor Changes
- Accept
undefined
in .set
and .function
(skips the cache): #14
v2.2.0
Minor Changes
- Add
cache.clear()
method: 2936f2d
- Add undocumented
webextStorageCache
global: 9f64562
Patches
- Improve autocomplete when importing this module: ff8d55b
v2.1.1
Patches
- Revert "Improve cacheable value type": 888bcd2
v2.1.0
Minor Changes
- Add
isExpired
option to cache.function
: #10
Patches
Improve cacheable value type: 953eb83
v2.0.0
Major Changes
Minor Changes
- Add
cache.function
method: #5
Patches
- Add expected types testing via
tsd
: 44f8249
v1.0.0
Major Changes
- Convert to TypeScript; Drop polyfill requirement: 90d4bab
Minor Changes