Skip to content

Latest commit

 

History

History
108 lines (62 loc) · 5.47 KB

HISTORY.md

File metadata and controls

108 lines (62 loc) · 5.47 KB

History

v6.1.0 2023 November 1

v6.0.0 2023 November 1

  • Updated dependencies, base files, and editions using boundation
  • Updated license from MIT to Artistic-2.0
  • Minimum required node version changed from node: >=10 to node: >=18 to keep up with mandatory ecosystem changes

v5.1.0 2021 August 5

  • Formalize concurrency within MultiOpts
  • Iterate/support pages on contributors

v5.0.0 2021 August 5

v4.14.0 2020 October 29

v4.13.0 2020 September 4

v4.12.0 2020 August 18

v4.11.0 2020 August 4

v4.10.0 2020 July 22

v4.9.0 2020 July 22

v4.8.0 2020 June 25

v4.7.0 2020 June 21

v4.6.0 2020 June 21

v4.5.0 2020 June 20

v4.4.0 2020 June 10

v4.3.0 2020 June 10

v4.2.0 2020 May 22

v4.1.0 2020 May 21

v4.0.0 2020 May 21

  • Breaking Change: API has been rewritten to take advantage of many ecosystem improvements
  • Converted from CoffeeScript to TypeScript
  • Now uses the fellow package instead of doing that magic ourself
  • Now updated for the githubauthreq package to ensure github requests are authenticated
  • Adds support for the GITHUB_API env variable, in case you wish to use a proxy for pagination and rate limiting improvements
  • Updated dependencies, base files, and editions using boundation

v3.0.0 2020 May 6

  • Updated dependencies, base files, and editions using boundation
  • Minimum required node version changed from node: >=8 to node: >=10 to keep up with mandatory ecosystem changes

v2.1.0 2019 December 9

  • Implemented support for GITHUB_API environment variable to access the GitHub API via a proxy
  • Updated dependencies, base files, and editions using boundation

v2.0.0 2019 September 10

v1.0.0 2014 May 3

  • Initial working version