Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: americanexpress/fetch-enhancers

v1.1.5

16 Jan 19:21
Compare
Choose a tag to compare

1.1.5 (2024-01-16)

Bug Fixes

  • createBrowserLikeFetch: configure tough-cookie for localhost (#57) (2b484e5)
  • update tough-cookie dependency from =4.0.0 to ^4.1.3

v1.1.4

27 Jan 19:25
Compare
Choose a tag to compare

1.1.4 (2023-01-27)

Bug Fixes

  • dependency: tough-cookie fails to allow cookies with domain of localhost (#50) (5e36f15)

v1.1.3

07 Nov 22:47
Compare
Choose a tag to compare

1.1.3 (2022-11-07)

Bug Fixes

  • commitlint: fix husky commit msg (#48) (f4bb4c9)
  • createBrowserLikeFetch: dont send cookies if credentials=omit (f3ba3d9)

v1.1.2

25 May 19:13
Compare
Choose a tag to compare

1.1.2 (2022-05-25)

Bug Fixes

v1.1.1

20 May 21:22
Compare
Choose a tag to compare

1.1.1 (2021-05-20)

Bug Fixes

  • createBrowserLikeFetch: skip malformed header cookies (#19) (ff9377a)

v1.1.0

30 Apr 18:26
Compare
Choose a tag to compare

1.1.0 (2021-04-30)

Features

  • createRetryFetch: adding an enhanced retry fetch (#18) (13fcb4c)

v1.0.7

21 Apr 15:57
Compare
Choose a tag to compare

1.0.7 (2021-04-21)

Bug Fixes

  • createBrowserLikeFetch: add trustedURLs option (18483e7)

v1.0.6

02 Apr 21:09
Compare
Choose a tag to compare

1.0.6 (2021-04-02)

Bug Fixes

  • createBrowserLikeFetch: use non-subdomain host as default domain (#17) (0ccdc70)

v1.0.5

19 Mar 06:04
Compare
Choose a tag to compare

1.0.5 (2021-03-19)

Bug Fixes

  • createBrowserLikeFetch: de-duplicate cookies sent (#16) (693629f)

v1.0.4

16 Mar 15:34
Compare
Choose a tag to compare

1.0.4 (2021-03-16)

Bug Fixes

  • createBrowserLikeFetch: run validation rules first (#13) (ee8b963)