-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Comparing changes
Open a pull request
base repository: node-fetch/node-fetch
base: v3.1.0
head repository: node-fetch/node-fetch
compare: v3.1.1
- 16 commits
- 19 files changed
- 12 contributors
Commits on Nov 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 30c3cfe - Browse repository at this point
Copy the full SHA 30c3cfeView commit details
Commits on Nov 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f0e0c2 - Browse repository at this point
Copy the full SHA 3f0e0c2View commit details -
fix(http.request): Cast URL to string before sending it to NodeJS core (
#1378) * Add some jsdoc * cast url to string before sending it to NodeJS core
Configuration menu - View commit details
-
Copy full SHA for 0284826 - Browse repository at this point
Copy the full SHA 0284826View commit details
Commits on Nov 19, 2021
-
fix: handle errors from the request body stream (#1392)
* fix: handle errors from the request body stream * lint: fix linting Co-authored-by: Linus Unnebäck <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d5399e - Browse repository at this point
Copy the full SHA 2d5399eView commit details
Commits on Nov 26, 2021
-
fix(Redirect): Better handle wrong redirect header in a response (#1387)
* Fixed crash when an invalid Location URL is returned from a redirect. Fixes #1386 * CHANGELOG entry * changed catch(e) -> catch(error) to match rest of code, added comment Co-authored-by: Linus Unnebäck <[email protected]> * suppress error on invalid redirect URL when options.redirect == manual Co-authored-by: Tasos Bitsios <[email protected]> Co-authored-by: Linus Unnebäck <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e4c1e4 - Browse repository at this point
Copy the full SHA 6e4c1e4View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6956bf8 - Browse repository at this point
Copy the full SHA 6956bf8View commit details
Commits on Dec 6, 2021
-
update readme for TS @type/node-fetch (#1405)
Co-authored-by: adamellsworth <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ba5bc9 - Browse repository at this point
Copy the full SHA 7ba5bc9View commit details -
Chore: Fix logical operator priority (regression) to disallow GET/HEA…
…D with non-empty body (#1369)
Maxim Shirshin authoredDec 6, 2021 Configuration menu - View commit details
-
Copy full SHA for eb33090 - Browse repository at this point
Copy the full SHA eb33090View commit details
Commits on Dec 21, 2021
-
core: Don't use global buffer (#1422)
* remove unused file * two test is coveraged by the Uint8Array test * use arrayBuffer to test base64 instead * avoid testing buffer * avoid using Buffer * import buffer module * use one same textEncoder * import stream consumer that can test iterable objects * fix a test * fix test where type should be empty
Configuration menu - View commit details
-
Copy full SHA for 1493d04 - Browse repository at this point
Copy the full SHA 1493d04View commit details
Commits on Dec 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f674875 - Browse repository at this point
Copy the full SHA f674875View commit details -
fix: use more node: protocol imports (#1428)
* fix: use node: protocol * use node: protocol in readme
Configuration menu - View commit details
-
Copy full SHA for 41f53b9 - Browse repository at this point
Copy the full SHA 41f53b9View commit details
Commits on Jan 8, 2022
-
core: Warn when using data (#1421)
* Add a warning when using .data in RequestInit * Add a warning when using .data in Response * Switch custom solution for utils.deprecate * Remove unused line in request tests * moved error handler into the body class * lint fix Co-authored-by: Lubomir <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ae3538 - Browse repository at this point
Copy the full SHA 4ae3538View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2c3d56 - Browse repository at this point
Copy the full SHA f2c3d56View commit details
Commits on Jan 14, 2022
-
fix(Headers): don't forward secure headers to 3th party (#1449)
* fix(Headers): don't forward secure headers to 3th party * added more narrow test for isDomainOrSubdomain
Configuration menu - View commit details
-
Copy full SHA for f5d3cf5 - Browse repository at this point
Copy the full SHA f5d3cf5View commit details
Commits on Jan 15, 2022
-
Don't change relative location header on manual redirect (#1105)
* Don't change relative location header on manual redirect * c8 ignores for node-version-specific code and fix c8 ignore in Headers constructor
Configuration menu - View commit details
-
Copy full SHA for 5304f3f - Browse repository at this point
Copy the full SHA 5304f3fView commit details
Commits on Jan 16, 2022
-
2
Configuration menu - View commit details
-
Copy full SHA for 36e47e8 - Browse repository at this point
Copy the full SHA 36e47e8View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.1.0...v3.1.1