Skip to content

Commit 4ef6daa

Browse files
committed
Update version to 0.5.0 and enhance README.md with new features
- Bumped version to 0.5.0. - Added monorepo support for detecting and working with multiple ReScript packages. - Improved visualization with better node positioning and clearer relationship indicators. - Enhanced module focus mode with clearer dependency direction highlighting.
1 parent 4957b13 commit 4ef6daa

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

vscode-rescriptdep/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ This extension doesn't require any specific settings.
7272

7373
## Release Notes
7474

75+
### 0.5.0
76+
77+
- Added monorepo support: The extension now detects and works with monorepo projects containing multiple ReScript packages
78+
- Improved visualization with better node positioning and relationship indicators
79+
- Enhanced module focus mode with clearer dependency direction highlighting
80+
7581
### 0.4.0
7682

7783
- Added AST-based dependency analysis for more accurate module dependency detection

vscode-rescriptdep/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-bibimbob",
33
"displayName": "Bibimbob",
44
"description": "A tool to analyze dependencies between ReScript modules",
5-
"version": "0.4.0",
5+
"version": "0.5.0",
66
"publisher": "mununki",
77
"license": "MIT",
88
"icon": "images/rescriptdep_icon.png",

0 commit comments

Comments
 (0)