Skip to content

Releases: didrod205/fetchwise

v0.1.0

29 May 07:13

Choose a tag to compare

First public release of fetchwise — a tiny, zero-dependency resilient fetch wrapper.

  • 🔁 Retries with exponential backoff + jitter
  • ⏱️ Per-attempt timeouts (AbortController)
  • 🚦 Retry-After header support
  • 🧩 Configurable retryOnStatus / retryOnError, onRetry hook
  • ⚙️ create() for preconfigured clients
  • 📦 ESM + CJS, full TypeScript types

Install: npm install fetchwise
npm: https://www.npmjs.com/package/fetchwise