Skip to content

Releases: octokit/plugin-paginate-rest.js

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)

v1.1.2

02 Feb 01:03
Compare
Choose a tag to compare

1.1.2 (2020-02-02)

Bug Fixes

  • normalize "List jobs for a workflow run" (GET /repos/:owner/:repo/actions/runs/:run_id/jobs) (526b365)
  • normalize "List repository workflow runs" (GET /repos/:owner/:repo/actions/runs) (60b40b0)
  • normalize "List repository workflows" (GET /repos/:owner/:repo/actions/workflows) (41e20e7)
  • normalize "List secrets for a repository" (GET /repos/:owner/:repo/actions/secrets) (54b2f39)
  • normalize "List workflow run artifacts" (GET /repos/:owner/:repo/actions/runs/:run_id/artifacts) (291f8da)
  • normalize "List workflow runs" (GET /repos/:owner/:repo/actions/workflows/:workflow_id/runs) (400d7ea)

v2.0.0

01 Feb 04:10
Compare
Choose a tag to compare

2.0.0 (2020-02-01)

  • remove deprecated namespace data (451d5c5)

BREAKING CHANGES

  • Deprecated response.data.[namespaceKey] was removed for the few endpoints that have them

v1.1.1

26 Jan 23:13
Compare
Choose a tag to compare

1.1.1 (2020-01-26)

Bug Fixes

  • do not turn response data into array for endpoints that do not paginate (957370f)