Skip to content

v1.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 01 Sep 12:11
· 31 commits to main since this release

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