File tree Expand file tree Collapse file tree 6 files changed +62
-4
lines changed Expand file tree Collapse file tree 6 files changed +62
-4
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 0.4.0 " ></a >
7+
8+ # [ 0.4.0] ( https://github.com/Himenon/code-dependency/compare/v0.3.9...v0.4.0 ) (2020-02-07)
9+
10+ ### Documentation
11+
12+ - generate static site ([ aa793cb] ( https://github.com/Himenon/code-dependency/commit/aa793cb ) )
13+ - no formated ([ 25ac2c4] ( https://github.com/Himenon/code-dependency/commit/25ac2c4 ) )
14+ - ** cli:** update arguments ([ 4671ae0] ( https://github.com/Himenon/code-dependency/commit/4671ae0 ) )
15+ - ** cli:** update export static docs ([ ebde7a8] ( https://github.com/Himenon/code-dependency/commit/ebde7a8 ) )
16+ - update README ([ b75167f] ( https://github.com/Himenon/code-dependency/commit/b75167f ) )
17+
18+ ### Features
19+
20+ - ** view:** add client and server renderer ([ 6775e3d] ( https://github.com/Himenon/code-dependency/commit/6775e3d ) )
21+ - add cli exception ([ a3e8426] ( https://github.com/Himenon/code-dependency/commit/a3e8426 ) )
22+ - add error template ([ 144bf70] ( https://github.com/Himenon/code-dependency/commit/144bf70 ) )
23+ - add native dot engine ([ 4369d7d] ( https://github.com/Himenon/code-dependency/commit/4369d7d ) )
24+ - add redirect settings ([ e48fb94] ( https://github.com/Himenon/code-dependency/commit/e48fb94 ) )
25+ - add rendererType ([ ec1c4a8] ( https://github.com/Himenon/code-dependency/commit/ec1c4a8 ) )
26+ - create svg element api ([ 07d3fd7] ( https://github.com/Himenon/code-dependency/commit/07d3fd7 ) )
27+ - enabled render over 300kb dot source ([ 35bd148] ( https://github.com/Himenon/code-dependency/commit/35bd148 ) )
28+ - update svg-element api ([ fd9d37d] ( https://github.com/Himenon/code-dependency/commit/fd9d37d ) )
29+
630<a name =" 0.3.9 " ></a >
731
832## [ 0.3.9] ( https://github.com/Himenon/code-dependency/compare/v0.3.8...v0.3.9 ) (2020-02-06)
Original file line number Diff line number Diff line change 1515 }
1616 },
1717 "packages" : [" packages/*" ],
18- "version" : " 0.3.9 " ,
18+ "version" : " 0.4.0 " ,
1919 "npmClient" : " yarn" ,
2020 "registry" : " https://registry.npmjs.org/" ,
2121 "useWorkspaces" : true ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 0.4.0 " ></a >
7+
8+ # [ 0.4.0] ( https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.9...v0.4.0 ) (2020-02-07)
9+
10+ ### Documentation
11+
12+ - ** cli:** update arguments ([ 4671ae0] ( https://github.com/Himenon/code-dependency/packages/cli/commit/4671ae0 ) )
13+ - ** cli:** update export static docs ([ ebde7a8] ( https://github.com/Himenon/code-dependency/packages/cli/commit/ebde7a8 ) )
14+ - update README ([ b75167f] ( https://github.com/Himenon/code-dependency/packages/cli/commit/b75167f ) )
15+
16+ ### Features
17+
18+ - ** view:** add client and server renderer ([ 6775e3d] ( https://github.com/Himenon/code-dependency/packages/cli/commit/6775e3d ) )
19+ - add cli exception ([ a3e8426] ( https://github.com/Himenon/code-dependency/packages/cli/commit/a3e8426 ) )
20+ - add error template ([ 144bf70] ( https://github.com/Himenon/code-dependency/packages/cli/commit/144bf70 ) )
21+ - add native dot engine ([ 4369d7d] ( https://github.com/Himenon/code-dependency/packages/cli/commit/4369d7d ) )
22+ - add redirect settings ([ e48fb94] ( https://github.com/Himenon/code-dependency/packages/cli/commit/e48fb94 ) )
23+ - add rendererType ([ ec1c4a8] ( https://github.com/Himenon/code-dependency/packages/cli/commit/ec1c4a8 ) )
24+ - create svg element api ([ 07d3fd7] ( https://github.com/Himenon/code-dependency/packages/cli/commit/07d3fd7 ) )
25+ - enabled render over 300kb dot source ([ 35bd148] ( https://github.com/Himenon/code-dependency/packages/cli/commit/35bd148 ) )
26+ - update svg-element api ([ fd9d37d] ( https://github.com/Himenon/code-dependency/packages/cli/commit/fd9d37d ) )
27+
628<a name =" 0.3.9 " ></a >
729
830## [ 0.3.9] ( https://github.com/Himenon/code-dependency/packages/cli/compare/v0.3.8...v0.3.9 ) (2020-02-06)
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-dependency/cli" ,
3- "version" : " 0.3.9 " ,
3+ "version" : " 0.4.0 " ,
44 "description" : " It is a command line tool for using code-dependency library." ,
55 "keywords" : [],
66 "homepage" : " https://github.com/Himenon/code-dependency#readme" ,
4444 "ts" : " ts-node -P tsconfig.json"
4545 },
4646 "dependencies" : {
47- "@code-dependency/view" : " ^0.3.9 " ,
47+ "@code-dependency/view" : " ^0.4.0 " ,
4848 "commander" : " 4.0.1" ,
4949 "compression" : " ^1.7.4" ,
5050 "cors" : " ^2.8.5" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 0.4.0 " ></a >
7+
8+ # [ 0.4.0] ( https://github.com/Himenon/code-dependency/compare/v0.3.9...v0.4.0 ) (2020-02-07)
9+
10+ ### Features
11+
12+ - ** view:** add client and server renderer ([ 6775e3d] ( https://github.com/Himenon/code-dependency/commit/6775e3d ) )
13+ - add error template ([ 144bf70] ( https://github.com/Himenon/code-dependency/commit/144bf70 ) )
14+ - add rendererType ([ ec1c4a8] ( https://github.com/Himenon/code-dependency/commit/ec1c4a8 ) )
15+ - create svg element api ([ 07d3fd7] ( https://github.com/Himenon/code-dependency/commit/07d3fd7 ) )
16+ - update svg-element api ([ fd9d37d] ( https://github.com/Himenon/code-dependency/commit/fd9d37d ) )
17+
618<a name =" 0.3.9 " ></a >
719
820## [ 0.3.9] ( https://github.com/Himenon/code-dependency/compare/v0.3.8...v0.3.9 ) (2020-02-06)
Original file line number Diff line number Diff line change 11{
22 "name" : " @code-dependency/view" ,
3- "version" : " 0.3.9 " ,
3+ "version" : " 0.4.0 " ,
44 "homepage" : " https://pages.github.com/Himenon/code-dependency" ,
55 "bugs" : " https://github.com/Himenon/code-dependency/issues" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments