Skip to content

Releases: web-widget/shared-cache

v1.1.0

19 Oct 10:49
1d1d5fe
Compare
Choose a tag to compare

Minor Changes

  • 5ea20fb: The waitUntil option can be used to extend the life of background tasks.

v1.0.0

23 Sep 03:02
9cd10bd
Compare
Choose a tag to compare

Major Changes

  • 0adbc60: Reduce the deviation from the mainstream edge worker environment's Cache API implementation.
  • 8682fd6: - Support ignoreMethod option.
    • Support ignoreRequestCacheControl option.
    • Ignore spaces in cache keys.

Minor Changes

  • 80b5a4b: Added ignoreVary option.

Patch Changes

  • 98bdedb: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods.
    • Support HEAD requests.
  • b3761de: Fix Request.cache equal to "default" will cause exception.

v1.0.0-next.3

22 Sep 15:58
66a9910
Compare
Choose a tag to compare
v1.0.0-next.3 Pre-release
Pre-release

Minor Changes

  • 80b5a4b: Added ignoreVary option.

v1.0.0-next.2

10 Jul 02:14
2cc0c5d
Compare
Choose a tag to compare
v1.0.0-next.2 Pre-release
Pre-release

Patch Changes

  • b3761de: Fix Request.cache equal to "default" will cause exception.

v1.0.0-next.1

09 Jul 09:30
37c1f84
Compare
Choose a tag to compare
v1.0.0-next.1 Pre-release
Pre-release

Patch Changes

  • 98bdedb: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods.
    • Support HEAD requests.

v1.0.0-next.0

30 Jun 05:53
809b5cc
Compare
Choose a tag to compare
v1.0.0-next.0 Pre-release
Pre-release

Major Changes

  • 8682fd6: - Support ignoreMethod option.
    • support ignoreRequestCacheContro option.
    • Ignore spaces in cache keys.

v0.4.2

05 Jun 09:57
3afc396
Compare
Choose a tag to compare

Patch Changes

  • 6596e83: Reduce the frequency of cache revalidation.

v0.4.1

31 May 10:14
8d77422
Compare
Choose a tag to compare

Patch Changes

  • cbe32be: Optimize the order of logs and vary in cache keys.

v0.4.0

27 May 07:08
ae4dc7e
Compare
Choose a tag to compare

Minor Changes

v0.3.0

23 May 02:53
ed8530d
Compare
Choose a tag to compare

Minor Changes

  • be3d4d6: cacheName will be added to the prefix of cache key.