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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,28 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.1.0-dev.4] - 2025-10-08
9
+
10
+
### Added
11
+
- Implicit current folder analysis - users can now run analysis without specifying a target directory ([issue #6](https://github.com/yardexx/dart_shield/issues/6))
12
+
- Rule registry system for better rule management and organization
13
+
- Improved analysis report handling with better error reporting and progress tracking ([issue #9](https://github.com/yardexx/dart_shield/issues/9))
14
+
15
+
### Changed
16
+
- Enhanced configuration parsing for better flexibility
17
+
- Improved report handling and project report structure
18
+
- Refactored class declarations for better code organization
19
+
- Updated visitor naming for consistency
20
+
21
+
### Fixed
22
+
- Secure random detection in crypto rules
23
+
- Hardcoded secrets detection now includes key detection
24
+
- Various rule detection improvements
25
+
26
+
### Tests
27
+
- Added comprehensive tests for secure random rule
28
+
- Enhanced test coverage for configuration parsing
0 commit comments