Skip to content

Releases: octokit/rest.js

v14.0.5

18 Apr 18:13
Compare
Choose a tag to compare

14.0.5 (2018-01-22)

Bug Fixes

v14.0.4

18 Apr 18:13
Compare
Choose a tag to compare

14.0.4 (2018-01-19)

Bug Fixes

  • pagination passes headers (1d159df)

v14.0.3

18 Apr 18:13
Compare
Choose a tag to compare

14.0.3 (2018-01-18)

Bug Fixes

v14.0.2

18 Apr 18:13
Compare
Choose a tag to compare

14.0.2 (2018-01-18)

Bug Fixes

  • travis: build flow & typescript definitions before semantic-release (25d0637)

v14.0.1

18 Apr 18:13
Compare
Choose a tag to compare

14.0.1 (2018-01-18)

Bug Fixes

  • package: publish with TypeScript / Flow definitions (4bc8b65)

v14.0.0

18 Apr 18:13
Compare
Choose a tag to compare

14.0.0 (2018-01-17)

Breaking changes

The package has been renamed from github to @octokit/rest.

To upgrade

  1. npm install @octokit/rest
  2. npm uninstall github
  3. replace require('github') with require('@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.

v13.1.1

18 Apr 18:13
Compare
Choose a tag to compare

13.1.1 (2018-01-15)

Bug Fixes

  • typescript: improve default response type (#683) (ac39fb5)

v13.1.0

18 Apr 18:13
Compare
Choose a tag to compare

13.1.0 (2017-12-31)

Features

v13.0.2

18 Apr 18:13
Compare
Choose a tag to compare

13.0.2 (2017-12-25)

Bug Fixes

  • uploadAsset with file: fs.createReadStream() (85255a1)

v13.0.1

18 Apr 18:13
Compare
Choose a tag to compare

13.0.1 (2017-12-02)

Bug Fixes

  • respect NO_PROXY environment variable (#667) (9c68105)