Skip to content

Releases: fregante/webext-storage-cache

v3.0.0

07 Apr 17:50
Compare
Choose a tag to compare

Major Changes

  • Loan HTTP Cache terminology (expiration became maxAge): e6411c9

Minor Changes

  • Add stale-while-revalidate behavior: #15

v2.3.1

13 Feb 10:03
Compare
Choose a tag to compare

Patches

v2.3.0

27 Jan 12:33
Compare
Choose a tag to compare

Minor Changes

  • Accept undefined in .set and .function (skips the cache): #14

v2.2.1

09 Jan 09:09
Compare
Choose a tag to compare

Patches

v2.2.0

09 Jan 08:59
Compare
Choose a tag to compare

Minor Changes

  • Add cache.clear() method: 2936f2d
  • Add undocumented webextStorageCache global: 9f64562

Patches

  • Improve autocomplete when importing this module: ff8d55b

v2.1.1

08 Jan 18:03
Compare
Choose a tag to compare

Patches

  • Revert "Improve cacheable value type": 888bcd2

v2.1.0

08 Jan 17:49
Compare
Choose a tag to compare

Minor Changes

  • Add isExpired option to cache.function: #10

Patches

  • Improve cacheable value type: 953eb83

v2.0.0

06 Jan 09:08
Compare
Choose a tag to compare

Major Changes

Minor Changes

  • Add cache.function method: #5

Patches

  • Add expected types testing via tsd: 44f8249

v1.0.2

29 Jun 10:38
Compare
Choose a tag to compare

Patches

v1.0.0

28 Jun 18:33
Compare
Choose a tag to compare

Major Changes

  • Convert to TypeScript; Drop polyfill requirement: 90d4bab

Minor Changes