Skip to content

v1.2.2

Compare
Choose a tag to compare
@sverweij sverweij released this 25 Nov 08:48

Changes since v1.1.0:

  • Err reporter:
    • make output better scannable (by adding spacing and coloring).
    • Makes the violated rule + the severity of the violation visible (so it's easier to track what needs fixing)
  • Nests nested packages in the dot reporter (in addition to just grouping them, which was already done in v1.1.0):

This command ...

bin/dependency-cruise -T dot -x "(node_modules|json$)" src | dot -T png > dependency-cruiser-cruised.png

... will now give you this:
dependency-cruiser-cruised