All Versions
45
Latest Version
Avg Release Cycle
75 days
Latest Release
1551 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.0.0-beta.9 Changes
September 05, 2020This 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, 2020This 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 thatnode-fetch
doesn't calculate content length for stream body. - ๐ Fix:
Response.url
should return empty string instead ofnull
by default.
- โจ Enhance:
-
v2.5.0 Changes
May 01, 2019- โจ Enhance:
Response
object now includesredirected
property. - โจ Enhance:
fetch()
now accepts third-partyBlob
implementation as body. - ๐ Other: disable
package-lock.json
generation as we never commit them. - โก๏ธ Other: dev dependency update.
- โก๏ธ Other: readme update.
- โจ Enhance:
-
v2.4.1 Changes
April 27, 2019๐ See CHANGELOG.