Releases: lambdaisland/fetch
Releases · lambdaisland/fetch
v1.5.83
Added
- Specify edn tag reader functions with
:edn/readers
v1.4.80
Added
:as
flag to force response content-type parsing
Changed
v1.3.74
Added
- Add documentation for :query-params. (thanks @opqdonut)
Fixed
- Bump uri library to address security issue.
v1.2.69
Added
- Support for a
:signal
key, to hook up an AbortController
Changed
v1.1.60
Changed
- Passed in query-params now get merged into query parameters on the URL, rather
than replacing them.