Skip to content

Releases: sindresorhus/ky

v0.9.1

09 Apr 19:07

Choose a tag to compare

  • Fix problem with debugging timed-out requests (#122) ed17c9a
  • Fix TypeScript types to allow hooks to return a Promise (#123) bc6aa04
  • Fix TypeScript Error types (#113) 8d295b0

v0.9.0...v0.9.1

v0.9.0

22 Feb 04:35

Choose a tag to compare

  • Fix afterResponse hook & retry not being called (#95) cd33a63
  • Improve TypeScript types for get and head methods (#87) 66ea8a7

v0.8.0...v0.9.0

v0.8.0

09 Feb 04:00

Choose a tag to compare

  • Make the .json() method generic (#98) ce12902
  • Actually cancel the request after the timeout (#27) 8f17a13

v0.7.1...v0.8.0

v0.7.1

28 Jan 18:09

Choose a tag to compare

v0.7.0...v0.7.1

v0.7.0

20 Jan 08:06

Choose a tag to compare

  • 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

08 Jan 06:59

Choose a tag to compare

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

v0.5.2

29 Dec 15:08

Choose a tag to compare

  • Normalize method option value casing (#63) 2bbc557

v0.5.1...v0.5.2

v0.5.1

06 Nov 05:24

Choose a tag to compare

v0.5.0...v0.5.1

v0.5.0

02 Nov 04:50

Choose a tag to compare

v0.4.1...v0.5.0

v0.4.1

10 Oct 03:57

Choose a tag to compare

Fixes some issues with the TypeScript definition.

v0.4.0...v0.4.1