Skip to content

Tags: Treverix/node-fetch

Tags

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add static Response.json (node-fetch#1670)

* feat: add static Response.json

* fix: set content-type if it doesn't exist properly

v3.2.10

Toggle v3.2.10'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: ReDoS referrer (node-fetch#1611)

* fix ReDoS referrer

* Update src/utils/referrer.js

Eliminate regex and use string matcher

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

Co-authored-by: Khang. Võ Vĩ <[email protected]>
Co-authored-by: Linus Unnebäck <[email protected]>

v3.2.9

Toggle v3.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(Headers): don't forward secure headers on protocol change (node-f…

…etch#1599)

* fix(Headers): don't forward secure headers on protocol change

* fix lint

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