Skip to content

Releases: octokit/plugin-paginate-rest.js

v7.1.0

10 Jun 21:29
ac4adf5
Compare
Choose a tag to compare

7.1.0 (2023-06-10)

Features

  • new endpoints for rulesets, update template to use type imports (#533) (ac4adf5)

v7.0.0

03 Jun 17:57
07856e8
Compare
Choose a tag to compare

7.0.0 (2023-06-03)

Continuous Integration

  • stop testing against NodeJS v14, v16 (#524) (07856e8)

BREAKING CHANGES

  • Drop support for NodeJS v14, v16

v6.1.2

19 May 20:48
3ba0db6
Compare
Choose a tag to compare

6.1.2 (2023-05-19)

Bug Fixes

  • build: replace Pika with esbuild and tsc (#527) (3ba0db6)

v6.1.1

19 May 17:50
9240b2f
Compare
Choose a tag to compare

6.1.1 (2023-05-19)

Bug Fixes

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)