We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0556c11 commit 616bd51Copy full SHA for 616bd51
vscode-rescriptdep/README.md
@@ -72,6 +72,10 @@ This extension doesn't require any specific settings.
72
73
## Release Notes
74
75
+### 0.4.0
76
+
77
+- Added AST-based dependency analysis for more accurate module dependency detection
78
79
### 0.3.0
80
81
- Added dark theme support: The dependency graph visualization now automatically adapts to your VS Code theme
vscode-rescriptdep/package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-bibimbob",
3
"displayName": "Bibimbob",
4
"description": "A tool to analyze dependencies between ReScript modules",
5
- "version": "0.3.0",
+ "version": "0.4.0",
6
"publisher": "mununki",
7
"license": "MIT",
8
"icon": "images/rescriptdep_icon.png",
0 commit comments