Skip to content

Commit

Permalink
9.0.0
Browse files Browse the repository at this point in the history
* refinements (silverwind)
* add proxyUrl to cache key (silverwind)
* restore undici agent (silverwind)
* use ipv4 (silverwind)
* try undici without agent (silverwind)
* set up server once (silverwind)
* add debug (silverwind)
* move noProxy to agentOpts (silverwind)
* update comment (silverwind)
* add noProxy option and restructure tests (silverwind)
* separate tests (silverwind)
* log error (silverwind)
* add test (silverwind)
* tweak tests (silverwind)
* simplify check (silverwind)
* lock all dependencies (silverwind)
* require node 14 (silverwind)
* expand tests, add internal abort controller (silverwind)
* unref the timeout (silverwind)
* support undici, fixes #2 (silverwind)
* switch to hpagent (silverwind)
* update deps (silverwind)
  • Loading branch information
silverwind committed Sep 14, 2022
1 parent 8627355 commit 0dc48e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fetch-enhanced",
"version": "8.1.1",
"version": "9.0.0",
"description": "fetch wrapper with support for automatic HTTP proxy, timeout and accessible agent options",
"author": "silverwind",
"repository": "silverwind/fetch-enhanced",
Expand Down

0 comments on commit 0dc48e3

Please sign in to comment.