Ky Versions Save

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API

v1.0.0

8 months ago

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.

https://github.com/sindresorhus/ky/compare/v0.33.3...v1.0.0

v0.33.3

1 year ago
  • Fix compatibility with native Fetch being disabled on Node.js (#494) 00e45d0

https://github.com/sindresorhus/ky/compare/v0.33.2...v0.33.3

v0.33.2

1 year ago
  • Fix the name of the error when aborting a request (#482) ce8588d

https://github.com/sindresorhus/ky/compare/v0.33.1...v0.33.2

v0.33.1

1 year ago
  • Fix compatibility with Unidici ae2fe07

https://github.com/sindresorhus/ky/compare/v0.33.0...v0.33.1

v0.32.2

1 year ago
  • Fix the empty check for .json() (#466) bf9eca6

https://github.com/sindresorhus/ky/compare/v0.32.1...v0.32.2

v0.32.1

1 year ago
  • Don't return empty string for .json() if Transfer-Encoding is chunked (#464) 195e0e2

https://github.com/sindresorhus/ky/compare/v0.32.0...v0.32.1

v0.32.0

1 year ago
  • Parse empty response bodies without throwing when using .json() (#459) 1cc6bbb
  • Fix abortions between retries (#433) dddf7ba

https://github.com/sindresorhus/ky/compare/v0.31.4...v0.32.0

v0.31.4

1 year ago
  • Fix Firefox compatibility for the onDownloadProgress option bccbfdb

https://github.com/sindresorhus/ky/compare/v0.31.3...v0.31.4

v0.31.3

1 year ago