Skip to content

v1.1.0

Compare
Choose a tag to compare
@sverweij sverweij released this 22 Nov 23:06
· 2192 commits to main since this release

Changes since 1.0.4

  • Dependency-cruiser now also runs on slightly older versions of nodejs (4 and up)
    (tested, updated package.json - included a ci target for nodejs 4, 6 and latest)
  • The dot reporter now clusters modules to improve visual grepping - see below for a simple sample.
  • Switched to github as main repository.

a simple sample, based on the fixtures folder in dependency-cruiser/test

... which is what you get when you run this:

cd test/fixtures
dependency-cruise -T dot -r rules.sub-not-allowed.json -x "(node_modules|json$)" . | dot -T png > sample-dot-output.png