Skip to content

Releases: sindresorhus/ky

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

v0.33.1

29 Dec 13:14
Compare
Choose a tag to compare
  • Fix compatibility with Unidici ae2fe07

v0.33.0...v0.33.1

v0.33.0

12 Dec 22:37
Compare
Choose a tag to compare

v0.32.2

01 Nov 10:44
Compare
Choose a tag to compare

v0.32.1...v0.32.2

v0.32.1

31 Oct 14:18
Compare
Choose a tag to compare
  • Don't return empty string for .json() if Transfer-Encoding is chunked (#464) 195e0e2

v0.32.0...v0.32.1

v0.32.0

31 Oct 04:06
Compare
Choose a tag to compare
  • Parse empty response bodies without throwing when using .json() (#459) 1cc6bbb
  • Fix abortions between retries (#433) dddf7ba

v0.31.4...v0.32.0

v0.31.4

12 Oct 10:26
Compare
Choose a tag to compare
  • Fix Firefox compatibility for the onDownloadProgress option bccbfdb

v0.31.3...v0.31.4

v0.31.3

03 Sep 17:34
Compare
Choose a tag to compare
  • Fix Node.js compatibility 0b141f1

v0.31.2...v0.31.3