Skip to content

Releases: octokit/plugin-paginate-rest.js

v2.3.1

26 Aug 17:27
ebb1854
Compare
Choose a tag to compare

2.3.1 (2020-08-26)

Bug Fixes

  • package: add @octokit/core as peer dependency to resolve problems with yarn 2 (#130) (ebb1854)

v2.3.0

24 Jul 16:25
18577b9
Compare
Choose a tag to compare

2.3.0 (2020-07-24)

Features

  • typescript: SCIM Enterprise endpoints (#115) (18577b9)

v2.2.4

23 Jul 17:44
d6a14e4
Compare
Choose a tag to compare

2.2.4 (2020-07-23)

Bug Fixes

  • deps: bump @octokit/types from 5.1.0 to 5.1.1 (#110) (d6a14e4)

v2.2.3

15 Jun 21:46
68bc576
Compare
Choose a tag to compare

2.2.3 (2020-06-15)

Bug Fixes

  • typescript: add /search/* routes (#81) (68bc576)

v2.2.2

10 Jun 18:15
Compare
Choose a tag to compare

2.2.2 (2020-06-10)

Bug Fixes

  • deps: bump @octokit/types from 4.1.9 to 5.0.0 (#75) (4cba20c)

v2.2.1

20 May 02:52
Compare
Choose a tag to compare

2.2.1 (2020-05-20)

Bug Fixes

  • deps: bump @octokit/types from 2.12.1 to 4.0.1 (855c1fd)

v2.2.0

24 Apr 00:17
2491cdf
Compare
Choose a tag to compare

2.2.0 (2020-04-24)

Features

  • typescript: set types for parameters and results/responses automagically (#32) (2491cdf)

v2.1.0

15 Apr 19:51
51e917d
Compare
Choose a tag to compare

2.1.0 (2020-04-15)

Features

  • Support passing in a REST endpoint method as first argument (#29) (51e917d)

v2.0.2

04 Mar 20:30
Compare
Choose a tag to compare

2.0.2 (2020-03-04)

Bug Fixes

  • flatten response from 2nd page (05d6de8)

v2.0.1

02 Feb 01:21
Compare
Choose a tag to compare

2.0.1 (2020-02-02)

Bug Fixes

  • normalize "List jobs for a workflow run" (GET /repos/:owner/:repo/actions/runs/:run_id/jobs) (4a72b02)
  • normalize "List repository workflow runs" (GET /repos/:owner/:repo/actions/runs) (f060e41)
  • normalize "List repository workflows" (GET /repos/:owner/:repo/actions/workflows) (30e450c)
  • normalize "List secrets for a repository" (GET /repos/:owner/:repo/actions/secrets) (e34acd2)
  • normalize "List workflow run artifacts" (GET /repos/:owner/:repo/actions/runs/:run_id/artifacts) (24f40f8)
  • normalize "List workflow runs" (GET /repos/:owner/:repo/actions/workflows/:workflow_id/runs) (6b948c2)