Releases: zellwk/zl-fetch
Releases · zellwk/zl-fetch
v4.0.2
v4.0.1
v4.0.0
Usage related changelog:
- Breaking change: This library no longer works with CJS. It is ESM only.
- Removed
logRequestOptions
. Replaced it withdebug
instead. - Added
returnError
option.
Dev related changelog:
- Rewrote all tests in Vitest
- Tests are now all robust and no need for manual testing!
- Removed need for
btoa
dependency - Removed need for
cross-fetch
dependency - Now uses
node-fetch
underneath the hood for Node
v3.4.0
3.3.0
Removed automatic response cloning because Node has a small internal buffer size. Cloning the response can cause the Fetch request to hang indefinitely, which results in no response.
We have provided you with another method to clone a response if you need it
v3.2.4
v3.2.3
v3.2.1
Switched Package Bundler to Rollup
v3.2.0 3.2.0