v14.0.0
14.0.0 (2018-01-17)
Breaking changes
The package has been renamed from github
to @octokit/rest
.
To upgrade
npm install @octokit/rest
npm uninstall github
- replace
require('github')
withrequire('@octokit/rest')
That’s it, there are no functional changes in the public APIs compared to github@13
.
Debug logs
DEBUG=node-github*
is now DEBUG=octokit*
.
In case you enabled debug logs, make sure to adapt the DEBUG
environment variable accordingly.