Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 01:20
· 153 commits to main since this release
641b817

This version focused on inputs and outputs: the detector now supports being passed multiple files and even directories, and can output results in JSON format.

What's Changed

  • sort packages with the same name by their versions (#72)
  • trim off leading "v" in version strings when parsing to make comparing more robust (#74)
  • support json output (#77)
  • support being passed multiple files in a single call (#73)
  • support being passed a directory to check for supported lockfiles (#79)

Full Changelog: v0.3.0...v0.4.0