Code Dependency Versions Save

A work efficiency tool for visualizing code dependencies on a browser.

v0.5.0

4 years ago
  • Support .vue extension
  • update dependnecy-cruiser v7

v0.4.1

4 years ago
  • perf: static site first rendering speed!
  • fix: cli initialize error

v0.4.0

4 years ago

New features

--engine dot

  • support native graphviz rendering engine.

if use --engine dot, does't use viz.js.

support 300kb over dot source

  • Very large dependency graph is supported !

Change CLI default open localhost:3000/project

redirect localhost:3000 -> localhost:3000/project

Add CLI argument error

  • --export-static
  • --public-path

v0.3.9

4 years ago

v0.3.7

4 years ago

features

  • restore current select file page.
  • add --export-static option
  • add --public-path option
  • add --dry-run flag option
  • can generate static c page and hosting page
  • add loading message when open page first

issue

Pull Reuqest

v0.3.6

4 years ago
  • fix: remove extra log

v0.3.4

4 years ago

add cli options

  • #29 feat: add exclude,webpack options

v0.3.3

4 years ago

fixes

exit(1) pattern

export * from "./some";

tsconfig.json parse error

use https://www.npmjs.com/package/tsconfig

port argument not working

fix