Skip to content

Releases: JakeWharton/dependency-tree-diff

1.2.1

02 Jan 19:38
Compare
Choose a tag to compare

Fixed

  • Support dependency trees with a single root dependency.

1.2.0

16 Sep 19:04
Compare
Choose a tag to compare

Fixed

  • Include the final node of the tree when parsing. Previously it was being dropped which would lead to incorrect diffs when the new tree added a dependency at the end.

1.1.0

25 Aug 04:39
Compare
Choose a tag to compare

Added

  • -h and --help flags now recognized.

Changed

  • Dependency trees which are unchanged beneath a changed node are no longer displayed.
  • Group changed nodes in a tree by their Maven coordinate.

1.0.0

24 Aug 15:10
Compare
Choose a tag to compare

Initial release