Skip to content

Releases: octokit/rest.js

v15.0.2

18 Apr 18:12
Compare
Choose a tag to compare

15.0.2 (2018-02-23)

Bug Fixes

  • set options.title as required for octokit.pullRequests.create(options) (#748) (e2ada1c)

v15.0.1

18 Apr 18:12
Compare
Choose a tag to compare

(v15.0.0 was published by accident and unpublished shortly after, sorry)

Breaking Changes

  • Before, methods like octokit.issues.deleteLabel() returned an empty string for {data}. They now correctly return undefined

Features

  • bundle size: only require what’s needed from lodash (b3f3cf8)
  • fetch-based request for browser (b10ff5b)
  • package: build with webpack, now with source maps & gzipped file, better bundle report (0972406)

Bug Fixes

  • do not remove port number from passed URL (b87a744)
  • do not return empty strings for empty responses (93adfa5)
  • handle redirect correctly (ab42d88)
  • load all plugins again (f3fff9f)

see all changes

v14.0.9

18 Apr 18:12
Compare
Choose a tag to compare

14.0.9 (2018-02-09)

Bug Fixes

  • include stacktraces for each type of error (a4f3b13)
  • remove HttpError sub-classes (2a5bbcf)
  • set the error code as a number for all errors (381105e)
  • use ES6 classes to extend Error (ad6b97b)

v14.0.8

18 Apr 18:12
Compare
Choose a tag to compare

14.0.8 (2018-01-31)

Bug Fixes

  • typescript: ReposUploadAssetParams.file type definition (#715) (aa44d73)

v14.0.7

18 Apr 18:13
Compare
Choose a tag to compare

14.0.7 (2018-01-28)

Bug Fixes

v14.0.6

18 Apr 18:13
Compare
Choose a tag to compare

14.0.6 (2018-01-27)

Bug Fixes

  • correctly upload asset if file is Buffer/ArrayBuffer (d191dfc)

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)