Skip to content

Latest commit

 

History

History
66 lines (39 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

66 lines (39 loc) · 4.01 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.6.1 (2022-04-11)

1.6.0 (2022-04-11)

Features

  • add max issues optional parameter (2ba2a4a), closes #13
  • add search-sub-deps flag (e1bc443)
  • add total processing time metric (9b15a38)
  • implement recommended octokit plugins throttle and retry (56d9081)

1.5.0 (2021-01-05)

Features

  • add error handling when gathering issues (d2d0c07)
  • search sub-dependencies (f1d0397)

1.4.0 (2020-10-30)

Features

  • add labels optional parameter (978655e)

1.3.0 (2020-10-23)

Features

  • add progress bar for gathering issues process (c00fbe5)

Bug Fixes

  • better issue list formatting (9ac4245)
  • fix coverage settings (530d3f6)
  • leave progress bar and better message (501903b)
  • move log to debug statement (c321a08)
  • use pagination to get all issues and optimize search (61cf89f)

1.2.0 (2020-10-08)

Features

  • add --reset-token parameter (b9c4966), closes #5
  • add tests for authorization module (cf3acf6)

Bug Fixes

  • handle packages without repository urls (ecca9dd)
  • return more friendly url for issues (570db96)

1.1.0 (2020-10-07)

Features

  • cache GitHub token in local file system (7a1768b), closes #5
  • implement standard version (2e445e3)

Bug Fixes

  • actually pass token to octokit auth (095aef1)
  • remove token log to be more secure (e053565)