Releases: JakeWharton/dependency-tree-diff
Releases · JakeWharton/dependency-tree-diff
1.2.1
1.2.0
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
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
Initial release