Releases: sindresorhus/gh-got
Releases · sindresorhus/gh-got
v10.0.0
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
v8.1.0
v8.0.0
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 tobaseUrl
.