Skip to content

Releases: sverweij/dependency-cruiser

Max depth (v2.6.0)

26 Oct 19:37
Compare
Choose a tag to compare
  • 🐣 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

--max-depth 1
1

--max-depth 2
2

--max-depth 3
3

--max-depth 4
4

no max-depth specified:
0

jsx (v2.5.0)

11 Oct 19:28
Compare
Choose a tag to compare
  • 🐣 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

02 Oct 18:40
Compare
Choose a tag to compare
  • 🐥 Small change that makes tsx gets translated to more valid javascript - so acorn has an easier job (and doesn't have to fall back to acorn_loose)
  • ⬆️ eslint, npm-check-updates
  • 📖 tiny documentation updates

tsx (v2.4.1)

27 Sep 21:16
Compare
Choose a tag to compare
  • 🐣 adds support for tsx
  • ⬆️ updates dependencies & devDependencies to latest
  • (and removes npm-shrinkwrap.json for now)

v2.4.0

27 Sep 21:19
Compare
Choose a tag to compare

DEPRECATED; use 2.4.1 or later
Adds support for tsx, but also introduces shrink-wrap which has a (for dependency-cruiser) the unwanted side effect of also installing all devDependencies on an npm i => better use 2.4.1, which doesn't have the shrink-wrap.

v2.3.1

28 Jul 19:19
Compare
Choose a tag to compare
  • ⬆️ acorn, ajv, resolve, ajv and several development dependencies
  • with the upgrade of chai-ison-schema we can run on the ci for node 4 again
  • 📖 some copy improvements in the documentation

bundle dependencies (v2.3.0)

03 Jul 19:21
Compare
Choose a tag to compare
  • 🐣 adds support for recognizing 'bundled dependencies'
  • ⬆️ various dependencies (a.o. commander, chalk)

v2.2.3

25 Jun 08:07
Compare
Choose a tag to compare
  • 🐛 make the deprecation check work under npm 5 - improves the check for npm versions < 5
  • ⬆️ ajv, handlebars, commander
  • ⬆️ various development dependencies

v2.2.2

21 May 10:20
Compare
Choose a tag to compare

Small maintenance release

  • ⬆️ ajv, handlebars and some development dependencies
  • 🔧 small refactoring

v2.2.1

23 Apr 20:22
Compare
Choose a tag to compare
  • improves the performance of circular dependency detection by ~30%