Skip to content

Releases: sindresorhus/ky

v1.2.1

25 Feb 16:12
Compare
Choose a tag to compare
  • Fix compatibility with Cloudflare Workers (#559) d8ee602

v1.2.0...v1.2.1

v1.2.0

07 Jan 12:46
Compare
Choose a tag to compare

Improvements

  • Make types compatible with both DOM and Node.js (#543) 3cf5064
  • Export the Input TypeScript type (#552) 4dd4077

FIxes

  • Fix the retryCount option retrying an incorrect amount (#547) 917ab12

v1.1.3...v1.2.0

v1.1.3

01 Nov 19:44
Compare
Choose a tag to compare
  • Export the KyInstance type 16eb51d

v1.1.2...v1.1.3

v1.1.2

29 Oct 08:50
Compare
Choose a tag to compare

v1.1.1...v1.1.2

v1.1.1

24 Oct 15:08
Compare
Choose a tag to compare
  • Fix support for environments that add custom fetch options (#536) e93bc6d

v1.1.0...v1.1.1

v1.1.0

17 Oct 08:31
Compare
Choose a tag to compare
  • Add retry.delay option to control the time between retries (#533) c6181ef

v1.0.1...v1.1.0

v1.0.1

05 Sep 20:12
Compare
Choose a tag to compare
  • Change Options and NormalizedOptions TypeScript types back to be interface 4d63a21

v1.0.0...v1.0.1

v1.0.0

01 Sep 12:11
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 (when used in Node.js) a8a3a26

Improvements

  • Ky can now run natively in Node.js without any polyfills 🎉
    • This is thanks to Node.js 18+ having built-in support for fetch.
    • This means ky-universal is no longer needed.

v0.33.3...v1.0.0

v0.33.3

16 Mar 18:34
Compare
Choose a tag to compare
  • Fix compatibility with native Fetch being disabled on Node.js (#494) 00e45d0

v0.33.2...v0.33.3

v0.33.2

13 Jan 09:29
Compare
Choose a tag to compare
  • Fix the name of the error when aborting a request (#482) ce8588d

v0.33.1...v0.33.2