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

Changelog History
Page 1

  • v3.0.0-beta.9 Changes

    September 05, 2020

    This is an important security release. It is strongly recommended to update as soon as possible.

    👀 See CHANGELOG for details.

  • v3.0.0-beta.8 Changes

    August 10, 2020

    👀 See CHANGELOG for details.

  • v3.0.0-beta.7 Changes

    June 11, 2020

    👀 See CHANGELOG for details.

  • v3.0.0-beta.6 Changes

    May 25, 2020

    👀 See CHANGELOG for details.

  • v3.0.0-beta.5 Changes

    April 22, 2020

    👀 See CHANGELOG for details.

  • v3.0.0-beta.1 Changes

    March 13, 2020

    👀 See CHANGELOG for details.

  • v2.6.1 Changes

    September 05, 2020

    This is an important security release. It is strongly recommended to update as soon as possible.

    👀 See CHANGELOG for details.

  • v2.6.0 Changes

    May 16, 2019
    • ✨ Enhance: options.agent, it now accepts a function that returns custom http(s).Agent instance based on current URL, see readme for more information.
    • 🛠 Fix: incorrect Content-Length was returned for stream body in 2.5.0 release; note that node-fetch doesn't calculate content length for stream body.
    • 🛠 Fix: Response.url should return empty string instead of null by default.
  • v2.5.0 Changes

    May 01, 2019
    • ✨ Enhance: Response object now includes redirected property.
    • ✨ Enhance: fetch() now accepts third-party Blob implementation as body.
    • 🔒 Other: disable package-lock.json generation as we never commit them.
    • ⚡️ Other: dev dependency update.
    • ⚡️ Other: readme update.
  • v2.4.1 Changes

    April 27, 2019

    👀 See CHANGELOG.