Releases: sverweij/dependency-cruiser
Releases · sverweij/dependency-cruiser
Max depth (v2.6.0)
- 🐣 adds an option to specify the maximum depth - as suggested in #16 by @brian428 see below for a description
- ⬆️ various npm dependencies to latest
- 🔧 adds travis as a ci (in addition to gitlab ci, which we've used from the start)
max-depth
Adds an option to limit the cruise depth - see command line option for the documentation.
Screenshots
depcruise -T dot -x node_modules --max-depth 1 bin/dependency-cruiser | dot -T png > 1.png
jsx (v2.5.0)
- 🐣 adds support for jsx
- ⬆️ some development dependencies to latest
Feedback on jsx support is very welcome
This release introduces support for jsx - which is used in almost
any react project out there. I'm interested in any feedback!
v2.4.2
tsx (v2.4.1)
- 🐣 adds support for tsx
- ⬆️ updates dependencies & devDependencies to latest
- (and removes npm-shrinkwrap.json for now)
v2.4.0
v2.3.1
bundle dependencies (v2.3.0)
- 🐣 adds support for recognizing 'bundled dependencies'
- see https://docs.npmjs.com/files/package.json#bundleddependencies
- introduces a new 'npm-bundled' dependency type, that can come on top of other dependency types.
- the dependency type can be used both in the output format and in the rule spec
- ⬆️ various dependencies (a.o. commander, chalk)