···11----
22-'fetch-nodeshim': patch
33----
44-55-Prevent outright error when `--no-experimental-fetch` is set, which causes `Request`, `Response`, `FormData`, and `Headers` to not be available globally.
-5
.changeset/stupid-garlics-tap.md
···11----
22-'fetch-nodeshim': patch
33----
44-55-Update rollup config for reduced output and exclude sources from sourcemaps
-5
.changeset/tricky-pants-rest.md
···11----
22-'fetch-nodeshim': minor
33----
44-55-Add automatic configuration for `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` similar to the upcoming Node 24+ built-in support. Agents will automatically be created and used when these environment variables are set.
+14
CHANGELOG.md
···11# minifetch
2233+## 0.4.0
44+55+### Minor Changes
66+77+- Add automatic configuration for `HTTP_PROXY`, `HTTPS_PROXY`, and `NO_PROXY` similar to the upcoming Node 24+ built-in support. Agents will automatically be created and used when these environment variables are set
88+ Submitted by [@kitten](https://github.com/kitten) (See [#8](https://github.com/kitten/fetch-nodeshim/pull/8))
99+1010+### Patch Changes
1111+1212+- Prevent outright error when `--no-experimental-fetch` is set, which causes `Request`, `Response`, `FormData`, and `Headers` to not be available globally
1313+ Submitted by [@kitten](https://github.com/kitten) (See [#11](https://github.com/kitten/fetch-nodeshim/pull/11))
1414+- Update rollup config for reduced output and exclude sources from sourcemaps
1515+ Submitted by [@kitten](https://github.com/kitten) (See [#9](https://github.com/kitten/fetch-nodeshim/pull/9))
1616+317## 0.3.0
418519### Minor Changes
+1-1
package.json
···11{
22 "name": "fetch-nodeshim",
33- "version": "0.3.0",
33+ "version": "0.4.0",
44 "description": "A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66 "source": "./src/index.ts",