Releases: web-widget/shared-cache
Releases · web-widget/shared-cache
v1.1.0
Minor Changes
- 5ea20fb: The
waitUntil
option can be used to extend the life of background tasks.
v1.0.0
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
Patch Changes
- 98bdedb: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods.
- b3761de: Fix Request.cache equal to "default" will cause exception.
v1.0.0-next.2
Patch Changes
- b3761de: Fix Request.cache equal to "default" will cause exception.
v1.0.0-next.1
Patch Changes
- 98bdedb: - The stale-while-revalidate and stale-if-error directives are not supported when using the cache.put or cache.match methods.
v1.0.0-next.0
Major Changes
- 8682fd6: - Support ignoreMethod option.
- support ignoreRequestCacheContro option.
- Ignore spaces in cache keys.
v0.4.2
Patch Changes
- 6596e83: Reduce the frequency of cache revalidation.
v0.4.1
Patch Changes
- cbe32be: Optimize the order of logs and vary in cache keys.
v0.3.0
Minor Changes
- be3d4d6: cacheName will be added to the prefix of cache key.