Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 852 Bytes

CHANGELOG.md

File metadata and controls

33 lines (17 loc) · 852 Bytes

Change Log

1.2.0 - 2020-09-16

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 - 2020-08-25

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 - 2020-08-24

Initial release