Skip to content

Releases: Himenon/code-dependency

v0.5.0

10 Feb 03:16
Compare
Choose a tag to compare
  • Support .vue extension
  • update dependnecy-cruiser v7

v0.4.1

07 Feb 08:28
Compare
Choose a tag to compare
  • perf: static site first rendering speed!
  • fix: cli initialize error

v0.4.0

07 Feb 08:03
Compare
Choose a tag to compare

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

06 Feb 04:45
Compare
Choose a tag to compare
v0.3.9

v0.3.8

06 Feb 04:17
Compare
Choose a tag to compare
  • fix test: #34

v0.3.7

05 Feb 12:49
Compare
Choose a tag to compare

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

16 Jan 04:16
Compare
Choose a tag to compare
  • fix: remove extra log

v0.3.5

15 Jan 12:59
Compare
Choose a tag to compare

v0.3.4

08 Jan 07:42
Compare
Choose a tag to compare

add cli options

  • #29 feat: add exclude,webpack options

v0.3.3

07 Jan 09:12
Compare
Choose a tag to compare

fixes

exit(1) pattern

export * from "./some";

tsconfig.json parse error

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

port argument not working

fix