Releases: jd1378/deno-fetch-goody
Releases · jd1378/deno-fetch-goody
7.0.6
v7.0.1
- fix retry causing the request to be sent multiple times
Full Changelog: v7.0.0...v7.0.1
v7.0.0
- break
retryDelay
function signature to add error that caused retry and an
abort controller to cancel retrying.
Full Changelog: v6.2.2...v7.0.0
v6.2.2
- update
retryDelay
signature for more consistency with other stuff like interceptors.
Full Changelog: v6.2.1...v6.2.2
v6.2.1
- update
retryDelay
signature
Full Changelog: v6.2.0...v6.2.1
v6.2.0
- add
retry
andretryDelay
Full Changelog: v6.1.0...v6.2.0
v6.1.0
- add
url
prop toExtendedRequest
that is passed as first arg to interceptors.
Full Changelog: v6.0.0...v6.1.0
v6.0.0
- remmove
validator
. - add
interceptors
.
Full Changelog: v5.2.0...v6.0.0
v5.2.0
- fix a small issue when no header was given
- add support for baseURL option
- export ExtendedRequest type for validator typing
Full Changelog: v5.1.0...v5.2.0
v5.1.0
- add support for initial headers when creating wrapper
- remove unnecessary header utils
- improve types for validator for easier header usage
Full Changelog: v5.0.1...v5.1.0