Skip to content

Latest commit

 

History

History
97 lines (43 loc) · 4.8 KB

CHANGELOG.md

File metadata and controls

97 lines (43 loc) · 4.8 KB

1.1.4 (2023-01-27)

Bug Fixes

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

1.1.3 (2022-11-07)

Bug Fixes

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

1.1.2 (2022-05-25)

Bug Fixes

1.1.1 (2021-05-20)

Bug Fixes

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

1.1.0 (2021-04-30)

Features

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

1.0.7 (2021-04-21)

Bug Fixes

  • createBrowserLikeFetch: add trustedURLs option (18483e7)

1.0.6 (2021-04-02)

Bug Fixes

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

1.0.5 (2021-03-19)

Bug Fixes

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

1.0.4 (2021-03-16)

Bug Fixes

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

1.0.3 (2020-09-08)

Bug Fixes

  • createBrowserLikeFetch: expires defaults to undefined (#10) (4c82621)

1.0.2 (2020-08-28)

Bug Fixes

  • createBrowserLikeFetch: remove null cookie options (#9) (47d49df)

1.0.1 (2020-06-18)

Bug Fixes

  • package-json/version: 1.0.0 [skip ci] (#7) (8edb7b8)

1.0.0 (2020-06-17)

Bug Fixes

Features