Skip to content

Releases: sindresorhus/gh-got

v10.0.0

18 Oct 08:19
Compare
Choose a tag to compare

Breaking

  • Require Node.js 14 24abafe
  • Upgrade to Got 12 24abafe
  • This package is now pure ESM. Please read this.
  • While it was never documented as being supported, you can no longer use a leading slash because of a bug in Got:
    ghGot('/users')ghGot('users')

v9.0.0...v10.0.0

v9.0.0

17 Feb 16:59
Compare
Choose a tag to compare

Breaking

  • Require Node.js 10 5c4a263
  • Update to Got 10 (#38) e17687a
    This includes support for pagination and improved performance.

v8.1.0...v9.0.0

v8.1.0

01 Jan 14:22
Compare
Choose a tag to compare
  • Add .rateLimit property to responses and errors (#34) 6c418ab

v8.0.0

23 Aug 17:50
Compare
Choose a tag to compare

This upgrades Got to v9, which brings a lot of great features. See its release notes for more.

  • Requires Node.js 8.
  • The endpoint option was renamed to baseUrl.