Skip to content

Tags: VAR52YT/node-fetch

Tags

v3.2.8

Toggle v3.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: possibly flaky test (node-fetch#1523)

v3.2.7

Toggle v3.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: always warn Request.data (node-fetch#1550)

v3.2.6

Toggle v3.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: undefined reference to response.body when aborted (node-fetch#1578)

v3.2.5

Toggle v3.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use space in accept-encoding values (node-fetch#1572)

* fix for issue node-fetch#1571

* Update README.md

Co-authored-by: Jimmy Wärting <[email protected]>

v3.2.4

Toggle v3.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't uppercase unknown methods (node-fetch#1542)

* fix: don't uppercase unknown methods

v3.2.3

Toggle v3.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle bom in text and json (node-fetch#1482)

* fix: handle bom in text and json

* add test for text and arraybuffer as well

v3.2.2

Toggle v3.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add missing formdata export to types (node-fetch#1518)

* fix: add missing formdata export to types

closes node-fetch#1517 1517

v3.2.1

Toggle v3.2.1's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
fix: cancel request example import (node-fetch#1513)

* Fix example

* Fix formatting

Co-authored-by: Linus Unnebäck <[email protected]>

Co-authored-by: Linus Unnebäck <[email protected]>

v4.0.0-beta.4

Toggle v4.0.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: completely remove support for form-data package (node-fetch#1486)

BREAKING CHANGE: the `form-data` package is no longer supported

It now needs a spec compatible FormData to be sent

v4.0.0-beta.3

Toggle v4.0.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: remove EventTarget from the isAbortSignal (node-fetch#1490)

BREAKING CHANGE: when checking if something is a AbortSignal we no longer check if name match EventTarget