Skip to content

Tags: CyberFlameGO/node-fetch

Tags

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)

v2.6.7

Toggle v2.6.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
backport of node-fetch#1449 (node-fetch#1453)

* backport of node-fetch#1449

* bump patch version

v3.1.0

Toggle v3.1.0's commit message

Verified

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

v2.6.6

Toggle v2.6.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(URL): prefer built in URL version when available and fallback to …

…whatwg (node-fetch#1352)

* fix(URL): prefer built in URL version when available and fallback to whatwg

* bump minor

v2.6.5

Toggle v2.6.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: import whatwg-url in a way compatible with ESM Node (node-fetch#…

…1303)

* fix: import whatwg-url in a way compatible with ESM Node

* release: 2.6.5