Skip to content

Releases: octokit/types.ts

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)

v2.10.0

16 Apr 21:46
7b35b72
Compare
Choose a tag to compare

2.10.0 (2020-04-16)

Features

  • DELETE /repos/:owner/:repo/actions/runs/:run_id/logs endpoint (#49) (7b35b72)

v2.9.0

13 Apr 21:38
78a356e
Compare
Choose a tag to compare

2.9.0 (2020-04-13)

Features

v2.8.2

12 Apr 18:31
64b64d5
Compare
Choose a tag to compare

2.8.2 (2020-04-12)

Bug Fixes