Releases: octokit/types.ts
Releases · octokit/types.ts
v2.14.0
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
2.13.0 (2020-05-05)
Features
- new Endpoints for suspending/unsuspending an installation (#58) (0689ba8)
v2.12.2
2.12.2 (2020-04-28)
Bug Fixes
ReposListBranchesForHeadCommitResponseDataItem#protected
type is boolean, not string (#57) (baee0aa)
v2.12.1
2.12.1 (2020-04-22)
Bug Fixes
- remove incorrect
?{page,per_page}
parameters (#54) (e2df6d4)
v2.12.0
2.12.0 (2020-04-22)
Features
- new endpoints for self hosted action runners in organizations (#53) (8f45d3a)
v2.11.1
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
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
2.10.0 (2020-04-16)
Features
DELETE /repos/:owner/:repo/actions/runs/:run_id/logs
endpoint (#49) (7b35b72)
v2.9.0
2.9.0 (2020-04-13)
Features
v2.8.2
2.8.2 (2020-04-12)
Bug Fixes