You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# CHANGELOG
2
2
3
+
## v0.0.7 (2025-03-25)
4
+
5
+
### Features
6
+
7
+
* Added new `check` mode with threshold support for CI integration
8
+
* Added `--threshold` option to check mode for detecting excessive variable usage
9
+
* Returns exit code 2 when variable hard usage exceeds specified threshold
10
+
* Restructured code with ScopesTrait to improve maintainability
11
+
3
12
### Bug fix
4
13
5
14
* The name of the file path information item in scopes mode is `file`, but I want to match it with `filename`, which is the name of the file path item in single mode.
0 commit comments