Releases: sindresorhus/ky
Releases · sindresorhus/ky
v0.10.0
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
v0.7.0
- Potentially breaking for TypeScript users: Use more specific JSON types in TypeScript (#82) 8111684
- Add a UMD build to support older environments (#81) 90bc68d
v0.6.0...v0.7.0
v0.6.0
Breaking:
- Require Node.js 10 when used in Node.js b205fe3
Other:
- Avoid use of globals where possible (#74) ab86789
(This should ease the use of Ky in non-browser environments)
- Fix the
throwHttpErrors
option for POST requests (#77) 7c7f5fe
- TypeScript definition improvements c504230
v0.5.2...v0.6.0