Skip to content

Releases: octokit/plugin-rest-endpoint-methods.js

v2.1.0

27 Jan 23:10
Compare
Choose a tag to compare

2.1.0 (2020-01-27)

Features

  • methods for new GitHub Actions endpoints (7a63d61)

v2.0.1

26 Jan 23:56
Compare
Choose a tag to compare

2.0.1 (2020-01-26)

Bug Fixes

  • Typescript: update to latest (ba0ffaa)
  • deprecated endpoint methods have .endpoint() method, too (8970302)

v2.0.0

26 Jan 20:58
Compare
Choose a tag to compare

2.0.0 (2020-01-26)

Bug Fixes

  • everest preview graduated (4bfe6c6)
  • Add back octokit.teams.removeMember() and octokit.teams.removeMembership() (c3780f2)
  • deprecation messages (f019f65)
  • remove legacy .activity.* endpoints (dd632ae)
  • remove legacy search endpoints (fc64758)

BREAKING CHANGES

  • octokit.search.emailLegacy() removed
  • octokit.search.issuesLegacy() removed
  • octokit.search.reposLegacy() removed
  • octokit.search.usersLegacy() removed
  • octokit.activity.checkWatchingRepoLegacy() removed
  • octokit.activity.stopWatchingRepoLegacy() removed
  • octokit.activity.watchRepoLegacy() removed

v1.1.0

19 Jan 05:39
Compare
Choose a tag to compare

Features

  • .apps.revokeInstallationToken()
  • .migrations.listReposForOrg(), .migrations.listReposForUser()
  • .repos.listForOrg()'s type parameter can now be set to "internal" (GitHub Enterprise Cloud only)
  • visibility parameter for .repos.createForAuthenticatedUser() and .repos.createInOrg()
  • new delete_branch_on_merge parameter 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 *ForOrg methods that use /orgs/:org/teams/:team_slug* internally. With the next breaking version, the *ForOrg suffix will be removed using another deprecation.

Bug Fixes

  • graduated previews removed: barred-rock, echo, hagar

v1.0.3

25 Nov 19:18
Compare
Choose a tag to compare

1.0.3 (2019-11-25)

Bug Fixes

  • workaround "error TS4023: Exported variable Octokit has or is using name EndpointMethodsObject from external module node_modules/@octokit/plugin-rest-endpoint-methods/dist-types/types but cannot be named." (d4f3ffc)

v1.0.2

19 Nov 23:30
Compare
Choose a tag to compare

1.0.2 (2019-11-19)

Bug Fixes

  • package: minimal peerDependency requirement for @octokit/core (3140326)

v1.0.1

19 Nov 23:06
Compare
Choose a tag to compare

1.0.1 (2019-11-19)

Bug Fixes

  • Typescript: octokit.rest.* -> octokit.* - for now (9c63fe4)

v1.0.0

19 Nov 21:08
Compare
Choose a tag to compare

1.0.0 (2019-11-19)

Features

  • 1:1 feature parity with REST API methods from @octokit/rest (50324e3)
  • initial version (0fe2841)