Skip to content

Latest commit

 

History

History
260 lines (116 loc) · 12.3 KB

CHANGELOG.md

File metadata and controls

260 lines (116 loc) · 12.3 KB

1.2.5 (2024-11-26)

Performance Improvements

  • focus text document not open when text document was opened (b6981a8)

1.2.4 (2024-11-19)

Bug Fixes

Features

  • #55 file name include index show dir in tree view (0130794)
  • add resolve packages in webpack config (05b86d5)

1.2.4 (2024-11-19)

Bug Fixes

Features

  • #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)

Bug Fixes

  • fix open to node is not work (5773ad8)
  • treeview openToNode on only one node (abffe71)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Features

1.1.10 (2022-05-06)

Features

  • add tsx parser (8b729ca)
  • run test script force before build vsce package (7173aa2)

1.1.9 (2022-04-26)

Features

1.1.8 (2022-04-25)

Bug Fixes

  • get wrong ancestors when get node is not a circular node (69d0267)

Features

  • #25 get dependency-node by lazy import (5a90b13)

1.1.7 (2022-04-04)

Bug Fixes

  • #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)

Bug Fixes

  • #20 post message use messagesQueue to fix async error (7264a73)

Features

  • WebView can still be opened in case of dependency tree analysis error (0bf6b8f)

1.1.5 (2022-03-01)

Features

  • show the dir name of index file in treeview (29c456c)

Performance Improvements

  • Increase node spacing (df35331)
  • use svg attributes instead of styles (a1fc21b)

1.1.4 (2021-11-11)

Bug Fixes

  • always waitting data problem (e99c9a6)

Features

1.1.3 (2021-06-08)

Features

  • 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)

Features

  • add loading view in webview html (e99af3d)

1.1.1 (2021-05-26)

Features

  • add file path in tree view and file info view (afe9006)

1.1.0 (2021-05-11)

Bug Fixes

Features

  • #5 dependency tree js/ts parser support export {...} from xxx (76917bc)

1.0.2 (2021-04-30)

Bug Fixes

  • update readme change readme url (b932dce)

1.0.1 (2021-04-30)

Bug Fixes

Features

1.0.0 (2021-04-30)

Features

  • 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 or png.
  • 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 and comment to display.