Skip to content

Tags: MikeRalphson/node-fetch-h2

Tags

v2.3.0

Toggle v2.3.0's commit message

Verified

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

* doc update
* handle corrupted location header during redirect

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix import style to workaround node < 10 and webpack issues. (node-fe…

…tch#544)

* fix import rule for stream PassThrough

* avoid named export for compatibility below node 10

* compress flag should not overwrite accept encoding header

* doc update

* 2.2.1

v2.0.0-alpha.9

Toggle v2.0.0-alpha.9's commit message
2.0.0-alpha.9

* changelog update

1.7.3

Toggle 1.7.3's commit message
1.7.3 (node-fetch#341)

* and changelog update

v1.7.2

Toggle v1.7.2's commit message
v1.7.2 (node-fetch#325)

* Fix: when using node-fetch with test framework such as `jest`, `instanceof` check could fail in `Headers` class. This is causing some header values, such as `set-cookie`, to be dropped incorrectly.