v1.1.0
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.
... 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