-
-
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: v2.6.6
head repository: node-fetch/node-fetch
compare: v2.7.0
- 19 commits
- 11 files changed
- 16 contributors
Commits on Nov 5, 2021
-
2.x: Specify encoding as an optional peer dependency in package.json (#…
…1310) * Specify `encoding` as an optional peer dependency * Update package.json Co-authored-by: Linus Unnebäck <linus@folkdatorn.se> Co-authored-by: Linus Unnebäck <linus@folkdatorn.se>
Configuration menu - View commit details
-
Copy full SHA for 8fe5c4e - Browse repository at this point
Copy the full SHA 8fe5c4eView commit details
Commits on Jan 16, 2022
-
* backport of #1449 * bump patch version
1Configuration menu - View commit details
-
Copy full SHA for 1ef4b56 - Browse repository at this point
Copy the full SHA 1ef4b56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 838d971 - Browse repository at this point
Copy the full SHA 838d971View commit details
Commits on Jul 16, 2022
-
fix: premature close with chunked transfer encoding and for async ite…
…rators in Node 12 (#1172) * fix: premature close with chunked transfer encoding and for async iterators in Node 12 This PR backports the fix from #1064 to the `2.x.x` branch following the [comment here](#1064 (comment)). I had to add some extra babel config to allow using the `for await..of` syntax in the tests. The config is only needed for the tests as this syntax is not used in the implementation. * chore: fix up tests for node 6+ * chore: codecov dropped support for node < 8 without shipping major * chore: npm7 strips empty dependencies hash during install * chore: pin deps to versions that work on node 4 * chore: do not emit close error after aborting a request * chore: test on node 4-16 * chore: simplify chunked transer encoding bad ending * chore: avoid calling .destroy as it is not in every node.js release * chore: listen for response close as socket is reused and shows warnings
Configuration menu - View commit details
-
Copy full SHA for 50536d1 - Browse repository at this point
Copy the full SHA 50536d1View commit details
Commits on Jul 19, 2022
-
fix(headers): don't forward secure headers on protocol change (#1605)
backport for #1599 to the 2.x branch Co-authored-by: Guilherme Victal <guilherme.a@dasa.com.br>
Configuration menu - View commit details
-
Copy full SHA for fddad0e - Browse repository at this point
Copy the full SHA fddad0eView commit details
Commits on Jul 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e218f8d - Browse repository at this point
Copy the full SHA e218f8dView commit details
Commits on Nov 8, 2022
-
fix: prevent hoisting of the undefined
global
variable in `browser.……js` (#1534) Because of JS hoisting `var global` to the top of the file, `typeof global` in `getGlobal()` will always be `undefined`. By using a different variable name like `globalObject`, we are able to read the "real" `typeof global` and get access to the global object that way.
Configuration menu - View commit details
-
Copy full SHA for 8bb6e31 - Browse repository at this point
Copy the full SHA 8bb6e31View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1768eaa - Browse repository at this point
Copy the full SHA 1768eaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce37bcd - Browse repository at this point
Copy the full SHA ce37bcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49bef02 - Browse repository at this point
Copy the full SHA 49bef02View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2a0ba - Browse repository at this point
Copy the full SHA dd2a0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9464d - Browse repository at this point
Copy the full SHA 6e9464dView commit details
Commits on Jan 23, 2023
-
Prevent error when response is null (#1699)
Fix for this error. TypeError: Cannot read properties of null (reading 'body')
Configuration menu - View commit details
-
Copy full SHA for 0f1ebb0 - Browse repository at this point
Copy the full SHA 0f1ebb0View commit details
Commits on Jan 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 70f592d - Browse repository at this point
Copy the full SHA 70f592dView commit details
Commits on May 8, 2023
-
fix: handle bom in text and json (#1739)
* fix: handle bom in text and json * add unit tests
Configuration menu - View commit details
-
Copy full SHA for 29909d7 - Browse repository at this point
Copy the full SHA 29909d7View commit details
Commits on May 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for afb36f6 - Browse repository at this point
Copy the full SHA afb36f6View commit details
Commits on Jun 29, 2023
-
fix: socket variable testing for undefined (#1726)
* fix: socket variable testing for undefined Avoid issue where socket event was not triggered and local socket vraible is not defined. This issue is reproducible only using deno. * chore: made socket test capture simpler Only controls the execution of the section that uses socket. * Update src/index.js Co-authored-by: Linus Unnebäck <linus@folkdatorn.se> * Update index.js --------- Co-authored-by: Linus Unnebäck <linus@folkdatorn.se> Co-authored-by: Jimmy Wärting <jimmy@warting.se>
Configuration menu - View commit details
-
Copy full SHA for 8bc3a7c - Browse repository at this point
Copy the full SHA 8bc3a7cView commit details
Commits on Aug 18, 2023
-
fix: Remove the default connection close header (#1765)
Instead, we rely on the underlying http implementation in Node.js to handle this, as per the documentation at https://nodejs.org/api/http.html#new-agentoptions This fixes #1735 and likely replaces #1473 The original change introducing this provided no clear motivation for the override, and the implementation has since been changed to disable this header when an agent is provided, so I think there is sufficient evidence that removing this is the correct behaviour. af21ae6 7f68577 This commit is backported to the v2 branch from #1736 against v3.
Configuration menu - View commit details
-
Copy full SHA for 65ae25a - Browse repository at this point
Copy the full SHA 65ae25aView commit details
Commits on Aug 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b9d458 - Browse repository at this point
Copy the full SHA 9b9d458View 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 v2.6.6...v2.7.0