Skip to content

v0.10.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 19 Apr 04:11

Breaking (for TypeScript users only):

  • Don't export the Ky TypeScript namespace 7114ba3

Enhancements:

  • Set accept header for Ky shortcut methods (#118) afc18ea
  • Make it possible to install Ky in Node.js 8 even though it's not support (This is to re-enable Node.js 8 support in ky-universal) fcffa18

Fixes:

  • Fix regression for environments without AbortController, for example, React Native (#125) a012fd3

v0.9.1...v0.10.0