Releases: zellwk/zl-fetch
Releases · zellwk/zl-fetch
v3.0.1
v3.0.0
Breaking Changes
- Use
queries
to create query parameters when writingGET
requests.params
has been removed. - Use
auth
to create authorisation headers. zlFetch no longer supportsusername
,password
, andtoken
options.
Improvements
- No need to install
btoa
manually. It's now listed as adependency
instead ofpeerDependency
. - Added method shorthands available.
Tests
- Reworked Tests to use Jest instead of Ava
Fix Duplicated Export Error
Quick patch to pass preflight checks
- Remove Content-Type headers for GET Requests deb5f01
v2.2.0
- Returned a cloned response in supporting browsers. This allows users to use the
response
object again.