Releases: octokit/openapi-types.ts
Releases · octokit/openapi-types.ts
v4.0.3
4.0.3 (2021-02-12)
Bug Fixes
- improved parameter and response types (#48) (5d68eda)
v4.0.2
4.0.2 (2021-02-10)
Bug Fixes
group-mapping
, full-repository
, workflow-run-status
types (#47) (bfe2f0a)
v4.0.1
4.0.1 (2021-02-03)
Bug Fixes
- stop exporting a TypeScript file as
"main"
field in package.json
(#45) (ef4ea6b)
v4.0.0
4.0.0 (2021-02-02)
Bug Fixes
- correct response types for
GET /user/emails
. Adds missing response data type for POST /markdown
(#44) (4c5d99a)
BREAKING CHANGES
interactions/get-restrictions-for-your-public-repos
operation is now interactions/get-restrictions-for-authenticated-user
interactions/set-restrictions-for-your-public-repos
operation is now interactions/set-restrictions-for-authenticated-user
interactions/remove-restrictions-for-your-public-repos
operation is now interactions/remove-restrictions-for-authenticated-user
v3.5.0
3.5.0 (2021-02-02)
Features
auto_merge
response data key and component (#43) (d32ba85)
v3.4.1
3.4.1 (2021-01-31)
Bug Fixes
context
parameter description update (#39) (36d2a0b)
v3.4.0
3.4.0 (2021-01-31)
Features
order
parameter for GET /enterprises/{enterprise}/audit-log
and GET /orgs/{org}/audit-log
operations (#38) (52bf6e3)
v3.3.0
3.3.0 (2021-01-26)
Features
- add descriptions to
members_can_create_pages
, members_can_create_public_pages
, members_can_create_private_pages
(orgs/update) (#36) (f805026)
v3.2.1
3.2.1 (2021-01-25)
Bug Fixes
authorized_credential_title
and authorized_credential_note
can be null
(#35) (c8a4653)
v3.2.0
3.2.0 (2021-01-22)
Features
POST /repos/{owner}/{repo}/branches/{branch}/rename
(#31) (5c30618)