Releases: octokit/types.ts
Releases · octokit/types.ts
v2.16.1
2.16.1 (2020-05-12)
Bug Fixes
- trigger release to test new build using pika (1327b02)
v2.16.0
2.16.0 (2020-05-11)
Features
- optional
ref
parameter for GET /repos/:owner/:repo/code-scanning/alerts
endpoint (#62) (eda7de1)
v2.15.0
2.15.0 (2020-05-08)
Features
- adds
skipped
as valid value for check run conclusion (#61) (add5116)
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)