Skip to content

Releases: JakeWharton/dependency-tree-diff

1.2.1

Choose a tag to compare

@github-actions github-actions released this 02 Jan 19:38

Fixed

  • Support dependency trees with a single root dependency.

1.2.0

Choose a tag to compare

@github-actions github-actions released this 16 Sep 19:04

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

Choose a tag to compare

@github-actions github-actions released this 25 Aug 04:39

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

Choose a tag to compare

@github-actions github-actions released this 24 Aug 15:10

Initial release