Skip to content

v0.13.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 21:04
fe20f58

In addition to a couple of bug fixes, this version also includes a few refactors mainly to semantic removing checks that were not actually needed - in theory it should mean things are slightly faster and smaller, but it'll probably be too small to notice in practice; the more exciting win is the "increase" in test coverage 🥳

What's Changed

  • don't panic on pnpm lockfiles with an invalid path (#280)
  • process managed dependencies before standard dependencies when parsing pom.xmls (#279)
  • switch to slightly more efficient ways of building strings in a couple of places (#273)
  • simplify comparing of RubyGem version components (#275)
  • simplify comparing of "pre" letters in PyPI versions (#278)
  • remove unneeded condition in PyPI version comparator (#274)
  • remove unneeded logic in parsing semver-like versions (#277)

Full Changelog: v0.13.0...v0.13.1