All Versions
45
Latest Version
Avg Release Cycle
75 days
Latest Release
1301 days ago

Changelog History
Page 4

  • v1.3.2 Changes

    • ✨ Enhance: allow auto detect of form-data input (no FormData spec on node.js, this is form-data specific feature)
  • v1.3.1 Changes

    • ✨ Enhance: allow custom host header to be set (server-side only feature, as it's a forbidden header on client-side)
  • v1.3.0 Changes

    • ✨ Enhance: now fetch.Request is exposed as well
  • v1.2.1 Changes

    • ✨ Enhance: Headers now normalized Number value to String, prevent common mistakes
  • v1.2.0 Changes

    • ✨ Enhance: now fetch.Headers and fetch.Response are exposed, making testing easier
  • v1.1.2 Changes

    • 🛠 Fix: Headers should only support String and Array properties, and ignore others
  • v1.1.1 Changes

    • ✨ Enhance: now req.headers accept both plain object and Headers instance
  • v1.1.0 Changes

    • ✨ Enhance: timeout now also applies to response body (in case of slow response)
    • 🛠 Fix: timeout is now cleared properly when fetch is done/has failed
  • v1.0.6 Changes

    • 🛠 Fix: less greedy content-type charset matching
  • v1.0.5 Changes

    • 🛠 Fix: when follow = 0, fetch should not follow redirect
    • ✨ Enhance: update tests for better coverage
    • ✨ Enhance: code formatting
    • ✨ Enhance: clean up doc