-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Comparing changes
Open a pull request
base repository: node-fetch/node-fetch
base: v2.6.1
head repository: node-fetch/node-fetch
compare: v2.6.8
- 17 commits
- 12 files changed
- 10 contributors
Commits on Sep 6, 2021
-
Fix(package.json): Corrected main file path in package.json (#1274)
* fix main configuration in package.json * pinned a breaking change in codecov & teeny-request
Configuration menu - View commit details
-
Copy full SHA for 152214c - Browse repository at this point
Copy the full SHA 152214cView commit details
Commits on Sep 20, 2021
-
fix: properly encode url with unicode characters (#1291)
* fix: properly encode url with unicode characters * release: 2.6.3
3Configuration menu - View commit details
-
Copy full SHA for ace7536 - Browse repository at this point
Copy the full SHA ace7536View commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 18193c5 - Browse repository at this point
Copy the full SHA 18193c5View commit details
Commits on Sep 22, 2021
-
fix: import whatwg-url in a way compatible with ESM Node (#1303)
* fix: import whatwg-url in a way compatible with ESM Node * release: 2.6.5
Configuration menu - View commit details
-
Copy full SHA for b5417ae - Browse repository at this point
Copy the full SHA b5417aeView commit details
Commits on Oct 31, 2021
-
fix(URL): prefer built in URL version when available and fallback to …
…whatwg (#1352) * fix(URL): prefer built in URL version when available and fallback to whatwg * bump minor
Configuration menu - View commit details
-
Copy full SHA for f56b0c6 - Browse repository at this point
Copy the full SHA f56b0c6View commit details
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 <[email protected]> Co-authored-by: Linus Unnebäck <[email protected]>
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 <[email protected]>
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
globalvariable 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
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.1...v2.6.8