- d5eb3b5: Implement support for the
Vary
header
- 288a14e: ensure revalidated responses are properly stored
- 6c90ef1: Use request headers when calculating cache key. Ensure
cache: 'no-store'
is repsected.
- 64d9947: Improve request caching technique
- 48b691a: Cleaner build output, bundled declaration file
-
7c3e04b: New, modular structure allows extension of existing
fetch
implementations with a custom cache.import { withCache } from "ultrafetch"; const enhancedFetch = withCache(fetch, { cache: new Map() });
- Fix issue with NPM distribution
- Fix issue with default cache location
- Add documentation