Skip to content

Tags: cloned2k16/node-fetch

Tags

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

v4.0.0-beta.2

Toggle v4.0.0-beta.2'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 `.buffer()` (node-fetch#1485)

BREAKING CHANGE: `body.buffer()` has been removed

v4.0.0-beta.1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
drop support for Node 12

drop support for Node 12

BREAKING CHANGE: drop support for Node 12

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: export Blob, File and FormData + utilities (node-fetch#1463)

* feat: export FormData, Blob and Files

* use import from index instead

* sort a-z

* explicit export

* bump version

* xo lint

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.1.1 release (node-fetch#1451)