Skip to content

v0.17.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 02 Feb 19:23

Breaking

  • Require Node.js 10 if you use it in Node.js 7c1d371
  • Move named exports to properties of default export (#206) cf6ca95
    • HTTPError and TimeoutError are now properties on the default export ky instead of individual named exports.
    • If you use the UMD build, you no longer need the .default property: const ky = require('ky/umd').default;const ky = require('ky/umd');

Fixes

v0.16.2...v0.17.0