v0.4.0
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