Skip to content

Releases: didrod205/fetchwise

Release list

v0.1.0

Choose a tag to compare

@didrod205 didrod205 released this 29 May 07:13

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