Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Sep 03:02
· 53 commits to main since this release
9cd10bd

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.