Skip to content

Releases: octokit/plugin-paginate-rest.js

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)

v1.1.0

26 Jan 22:41
Compare
Choose a tag to compare

1.1.0 (2020-01-26)

Features

  • paginate map function can read response.data[namespaceKey] for name spaced endpoints (e7cc38d)

v1.0.2

25 Nov 19:48
Compare
Choose a tag to compare

1.0.2 (2019-11-25)

Bug Fixes

  • typescript: workaround naming conflict (280a2b7)

v1.0.1

19 Nov 22:22
Compare
Choose a tag to compare

1.0.1 (2019-11-19)

Bug Fixes

  • Typescript: update to latest @octokit/types (#3) (229d2d4)

v1.0.0

03 Nov 17:08
Compare
Choose a tag to compare

1.0.0 (2019-11-03)

Features

  • .paginate() and .paginate.iterator() methods (5eadc0f)
  • initial version (06800a6)