Releases: didrod205/fetchwise
Releases · didrod205/fetchwise
v0.1.0
First public release of fetchwise — a tiny, zero-dependency resilient fetch wrapper.
- 🔁 Retries with exponential backoff + jitter
- ⏱️ Per-attempt timeouts (AbortController)
- 🚦
Retry-Afterheader support - 🧩 Configurable
retryOnStatus/retryOnError,onRetryhook - ⚙️
create()for preconfigured clients - 📦 ESM + CJS, full TypeScript types
Install: npm install fetchwise
npm: https://www.npmjs.com/package/fetchwise