Skip to content

Releases: jd1378/deno-fetch-goody

v7.0.1

06 Oct 15:58
b473431
Compare
Choose a tag to compare
  • fix retry causing the request to be sent multiple times

Full Changelog: v7.0.0...v7.0.1

v7.0.0

23 May 07:35
9cfecb8
Compare
Choose a tag to compare
  • 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

23 May 07:13
d0a5e74
Compare
Choose a tag to compare
  • update retryDelay signature for more consistency with other stuff like interceptors.

Full Changelog: v6.2.1...v6.2.2

v6.2.1

23 May 06:59
90109d2
Compare
Choose a tag to compare
  • update retryDelay signature

Full Changelog: v6.2.0...v6.2.1

v6.2.0

23 May 06:25
951c0c5
Compare
Choose a tag to compare
  • add retry and retryDelay

Full Changelog: v6.1.0...v6.2.0

v6.1.0

28 Jul 15:53
55e24a4
Compare
Choose a tag to compare
  • add url prop to ExtendedRequest that is passed as first arg to interceptors.

Full Changelog: v6.0.0...v6.1.0

v6.0.0

28 Jul 13:44
c7a8ffd
Compare
Choose a tag to compare
  • remmove validator.
  • add interceptors.

Full Changelog: v5.2.0...v6.0.0

v5.2.0

27 Jul 19:02
380f013
Compare
Choose a tag to compare
  • 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

27 Jul 18:45
0c8c16a
Compare
Choose a tag to compare
  • 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

v5.0.1

02 Jan 19:14
Compare
Choose a tag to compare
  • timeout with "Timeout has been exceeded" error msg