-
-
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: v3.2.0
head repository: node-fetch/node-fetch
compare: v3.2.3
- 10 commits
- 11 files changed
- 7 contributors
Commits on Jan 21, 2022
-
docs: update formdata example (#1465)
* docs: update formdata and blob examples * lint fixes * tab to space * tab to space * tab to space
Configuration menu - View commit details
-
Copy full SHA for 0b43b9f - Browse repository at this point
Copy the full SHA 0b43b9fView commit details
Commits on Jan 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8fedc1b - Browse repository at this point
Copy the full SHA 8fedc1bView commit details -
docs: remove the changelog (#1464)
* Delete CHANGELOG.md * Update PULL_REQUEST_TEMPLATE.md
1Configuration menu - View commit details
-
Copy full SHA for ba23fd2 - Browse repository at this point
Copy the full SHA ba23fd2View commit details
Commits on Jan 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4ce2ce5 - Browse repository at this point
Copy the full SHA 4ce2ce5View commit details
Commits on Feb 3, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for 2e1f3a5 - Browse repository at this point
Copy the full SHA 2e1f3a5View commit details
Commits on Feb 9, 2022
-
types: support
agent: false(#1502)The `agent` option is (after being potentially called as as function) passed directly to `http.request`. This is allowed to be a boolean; `http.request` interprets `agent: false` as "allocate a one-off Agent for this request", which is distinct from `agent: undefined` which means to use a default shared agent. This PR updates the TS types to match the existing behavior.
Configuration menu - View commit details
-
Copy full SHA for 9014db7 - Browse repository at this point
Copy the full SHA 9014db7View commit details
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e78af3 - Browse repository at this point
Copy the full SHA 5e78af3View commit details
Commits on Mar 1, 2022
-
fix: cancel request example import (#1513)
* Fix example * Fix formatting 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 61b3b5a - Browse repository at this point
Copy the full SHA 61b3b5aView commit details
Commits on Mar 7, 2022
-
fix: add missing formdata export to types (#1518)
* fix: add missing formdata export to types closes #1517 1517
Configuration menu - View commit details
-
Copy full SHA for a4ea5f9 - Browse repository at this point
Copy the full SHA a4ea5f9View commit details
Commits on Mar 11, 2022
-
fix: handle bom in text and json (#1482)
* fix: handle bom in text and json * add test for text and arraybuffer as well
Configuration menu - View commit details
-
Copy full SHA for 6425e20 - Browse repository at this point
Copy the full SHA 6425e20View 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.2.0...v3.2.3