Skip to content

Releases: octokit/plugin-paginate-rest.js

v6.1.0

12 May 01:59
06d6543
Compare
Choose a tag to compare

6.1.0 (2023-05-12)

Features

v6.0.0

20 Jan 20:38
24ada6e
Compare
Choose a tag to compare

6.0.0 (2023-01-20)

Features

BREAKING CHANGES

  • remove defunct endpoints

v5.0.1

13 Oct 18:43
Compare
Choose a tag to compare

5.0.1 (2022-10-13)

Bug Fixes

  • release: use org secret for npm token to fix publishing to npm (d2ab1b5)

v5.0.0

13 Oct 16:57
940971c
Compare
Choose a tag to compare

5.0.0 (2022-10-13)

Bug Fixes

  • types: remove pagination support for GHEC routes (#464) (940971c)

BREAKING CHANGES

  • types: Type support for GHEC routes has been removed. There are no code changes.

v4.3.1

16 Sep 17:25
9fc8977
Compare
Choose a tag to compare

4.3.1 (2022-09-16)

Bug Fixes

  • deps: update @octokit/types to v7.5.0 (#459) (9fc8977)

v4.3.0

13 Sep 15:06
2033af4
Compare
Choose a tag to compare

4.3.0 (2022-09-13)

Features

  • typescript: add support for filtering the "List repository collaborators" API (GET /repos/{owner}/{repo}/collaborators) by permission using a query param (#456) (2033af4)

v4.2.3

09 Sep 13:26
354ad09
Compare
Choose a tag to compare

4.2.3 (2022-09-09)

Bug Fixes

  • deps: bump @octokit/types to latest (v7.3.1) (#452) (354ad09)

v4.2.2

07 Sep 13:24
17a8f08
Compare
Choose a tag to compare

4.2.2 (2022-09-07)

Bug Fixes

  • deps: bump @octokit/types to latest (v7.3.0) (#449) (17a8f08)

v4.2.1

07 Sep 12:47
2afbda7
Compare
Choose a tag to compare

4.2.1 (2022-09-07)

Bug Fixes

  • update documentation URLs for GET GET /orgs/{org}/packages/{package_type}/{package_name}/versions and GET /user/packages/{package_type}/{package_name}/versions (#448) (2afbda7)

v4.2.0

31 Aug 13:44
aa8dd33
Compare
Choose a tag to compare

4.2.0 (2022-08-31)

Features

  • add pagination support for new SSH signing keys APIs (GET /user/ssh_signing_keys, GET /users/{username}/ssh_signing_keys) (#440) (aa8dd33)