Skip to content

Commit 31fa5eb

Browse files
committed
Update README.md and package.json for version 0.7.0
- Incremented version number in package.json to 0.7.0. - Updated README.md to include the new command "ReScript: Show Unused Modules" and the addition of the `--no-dependents` option for filtering modules without dependents.
1 parent a81b5d9 commit 31fa5eb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ rescriptdep [options] files_or_dirs
3939
# --no-cache : Skip using cache
4040
# --cache-file <file> : Specify cache file location
4141
# --clear-cache : Clear the cache before analyzing
42+
# -nd, --no-dependents : Exclude reverse dependencies (modules that depend on the target)
4243
```
4344

4445
## Development

vscode-rescriptdep/README.md

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

7373
## Release Notes
7474

75+
### 0.7.0
76+
77+
- Added new command "ReScript: Show Unused Modules" to display modules without dependents
78+
7579
### 0.6.0
7680

7781
- Improved dependency graph rendering with optimized layout algorithms

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.6.0",
5+
"version": "0.7.0",
66
"publisher": "mununki",
77
"license": "MIT",
88
"icon": "images/rescriptdep_icon.png",

0 commit comments

Comments
 (0)