Skip to content

Releases: octokit/types.ts

v2.16.1

12 May 21:04
Compare
Choose a tag to compare

2.16.1 (2020-05-12)

Bug Fixes

  • trigger release to test new build using pika (1327b02)

v2.16.0

11 May 22:13
eda7de1
Compare
Choose a tag to compare

2.16.0 (2020-05-11)

Features

  • optional ref parameter for GET /repos/:owner/:repo/code-scanning/alerts endpoint (#62) (eda7de1)

v2.15.0

08 May 21:17
add5116
Compare
Choose a tag to compare

2.15.0 (2020-05-08)

Features

  • adds skipped as valid value for check run conclusion (#61) (add5116)

v2.14.0

06 May 18:57
88ccb17
Compare
Choose a tag to compare

2.14.0 (2020-05-06)

Features

  • Types for GET /repos/:owner/:repo/code-scanning/alerts and GET /repos/:owner/:repo/code-scanning/alerts/:alert_id endpoints (#59) (88ccb17)

v2.13.0

05 May 07:27
0689ba8
Compare
Choose a tag to compare

2.13.0 (2020-05-05)

Features

  • new Endpoints for suspending/unsuspending an installation (#58) (0689ba8)

v2.12.2

28 Apr 06:35
baee0aa
Compare
Choose a tag to compare

2.12.2 (2020-04-28)

Bug Fixes

  • ReposListBranchesForHeadCommitResponseDataItem#protected type is boolean, not string (#57) (baee0aa)

v2.12.1

22 Apr 22:56
e2df6d4
Compare
Choose a tag to compare

2.12.1 (2020-04-22)

Bug Fixes

  • remove incorrect ?{page,per_page} parameters (#54) (e2df6d4)

v2.12.0

22 Apr 18:59
8f45d3a
Compare
Choose a tag to compare

2.12.0 (2020-04-22)

Features

  • new endpoints for self hosted action runners in organizations (#53) (8f45d3a)

v2.11.1

19 Apr 20:05
9a5623a
Compare
Choose a tag to compare

2.11.1 (2020-04-19)

Bug Fixes

  • remove "TS6133: EndpointOptions is declared but its value is never read." error (#52) (9a5623a)

v2.11.0

19 Apr 17:15
17acf10
Compare
Choose a tag to compare

2.11.0 (2020-04-19)

Features

  • Add optional defaults type parameter to EndpointInterface & RequestInterface, pass on option types from .defaults(options) (#48) (17acf10)