Releases: octokit/plugin-rest-endpoint-methods.js
Releases · octokit/plugin-rest-endpoint-methods.js
v2.2.0
v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2020-01-26)
Bug Fixes
everestpreview graduated (4bfe6c6)- Add back
octokit.teams.removeMember()andoctokit.teams.removeMembership()(c3780f2) - deprecation messages (f019f65)
- remove legacy
.activity.*endpoints (dd632ae) - remove legacy search endpoints (fc64758)
BREAKING CHANGES
octokit.search.emailLegacy()removedoctokit.search.issuesLegacy()removedoctokit.search.reposLegacy()removedoctokit.search.usersLegacy()removedoctokit.activity.checkWatchingRepoLegacy()removedoctokit.activity.stopWatchingRepoLegacy()removedoctokit.activity.watchRepoLegacy()removed
v1.1.0
Features
.apps.revokeInstallationToken().migrations.listReposForOrg(),.migrations.listReposForUser().repos.listForOrg()'stypeparameter can now be set to"internal"(GitHub Enterprise Cloud only)visibilityparameter for.repos.createForAuthenticatedUser()and.repos.createInOrg()- new
delete_branch_on_mergeparameter for.repos.createForAuthenticatedUser(),.repos.createInOrg(),.repos.update() - new parameters for
.orgs.update():members_can_create_internal_repositories,members_can_create_private_repositories,members_can_create_public_repositories - new parameters for
.repos.updateBranchProtection():allow_deletions,allow_force_pushes,required_linear_history - rename & deprecation of endpoint methods using
/teams/:team_id*path internally. The are being replaced by*ForOrgmethods that use/orgs/:org/teams/:team_slug*internally. With the next breaking version, the*ForOrgsuffix will be removed using another deprecation.
Bug Fixes
- graduated previews removed:
barred-rock,echo,hagar