1.2.5 (2024-11-26)
- focus text document not open when text document was opened (b6981a8)
1.2.4 (2024-11-19)
- #55 file name include index show dir in tree view (0130794)
- add resolve packages in webpack config (05b86d5)
1.2.4 (2024-11-19)
- #55 file name include index show dir in tree view (0130794)
- add resolve packages in webpack config (05b86d5)
1.2.3 (2024-11-05)
1.2.2 (2024-07-05)
- add 2 status before get checkDataFromAnalyser (0741e21)
- add logger in data-dependencyTree (27461ab)
- update webview open and status transfer (bfacbe2)
1.2.1 (2024-07-02)
1.2.0 (2024-07-02)
- create circularStructure node when it id not found in dependencyNodes (e80a7af)
- get nodeID from backend to webView for fix get the same nodeID (5b520cb)
- test script run different in mac and win (503855a)
- test script run error (492ff0d)
- add clean-webpack-plugin to clean outWebview bundle (c664424)
- add info log (2cdd2f5)
- add log system (7a2b87a)
- add profile analyse script (d5bd5d7)
- create class to get heapsnapshot cpuprofile (a5084fe)
- DependencyTreeData add deep attr (8c07cb1)
- new status DECODE_DEPENDENCY_DATA (1438e0c)
- Profile analyse start with time (8229ddb)
- remove repeated child on dependency tree view (9956951)
- reset ancestors to parent (e2da184)
- update generalJavaScriptParser (80f3ccf)
- update message poster to wait webview ready (6988b4a)
- use parent object replace ancestors string list to zip file size (641c4ea)
- use parent object replace ancestors string list to zip file size (3409085)
1.1.11 (2022-05-24)
1.1.10 (2022-05-06)
1.1.9 (2022-04-26)
1.1.8 (2022-04-25)
- get wrong ancestors when get node is not a circular node (69d0267)
1.1.7 (2022-04-04)
- #20 fix block extension when get error json (410bc67)
- #22 circularStructure node have the same nodeId (1528e1e)
- not use units in svg transforms (2687c05)
- statusView not show folderAndEntry view when get error more than once (39a248b)
1.1.6 (2022-03-20)
- WebView can still be opened in case of dependency tree analysis error (0bf6b8f)
1.1.5 (2022-03-01)
- show the dir name of index file in treeview (29c456c)
1.1.4 (2021-11-11)
- always waitting data problem (e99c9a6)
1.1.3 (2021-06-08)
- get alias from ts js config (d07f277)
- mini exported svg file size (ef90348)
- post setting to webview when open webview (c77b5c2)
1.1.2 (2021-05-28)
- add loading view in webview html (e99af3d)
1.1.1 (2021-05-26)
- add file path in tree view and file info view (afe9006)
1.1.0 (2021-05-11)
1.0.2 (2021-04-30)
- update readme change readme url (b932dce)
1.0.1 (2021-04-30)
- change readme img url (97349de)
- add changelog (67a5ea1)
1.0.0 (2021-04-30)
- Show dependency graph show dependency graph by analyze the project file.
- Save dependency tree data save dependency tree data to local json file.
- Export dependency graph img export dependency graph's
svg
orpng
. - Extract basic information from file extract file's
type,line,introduction,description
to display. - Extract function and comment from code file extract code file's
function
andcomment
to display.