Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@kevinoid kevinoid released this 06 Aug 16:44
· 83 commits to main since this release
v1.0.0

BREAKING CHANGES

  • Converted to ECMAScript modules.
  • Require Node.js ^12.20 || >=14.13.1.
  • Various minor changes in command-line options and output as a result of switching from Yargs to Commander.js.

Features

  • Export cli.js as hub-ci-status/cli.js to allow calling cli entry point. (25f3e00)
  • Switch from nyc to c8 for coverage (d72a313)
  • Update dev dependency versions.