@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.0] - 2025-10-28
9+ ### Added
10+ - Comprehensive test suite with 800+ lines of test code
11+ - ` FileParsingTests.swift ` for file parsing functionality testing
12+ - ` IntegrationTests.swift ` for end-to-end integration testing
13+ - ` RenderStateTests.swift ` for render state tracking verification
14+ - ` StringDemanglingTests.swift ` for Swift symbol demangling validation
15+ - ` ViewInspectorTests.swift ` for SwiftUI view testing using ViewInspector framework
16+ - Project governance and documentation
17+ - MIT ` LICENSE ` file
18+ - ` CODE_OF_CONDUCT.md ` for community guidelines
19+ - ` CONTRIBUTING.md ` with detailed contribution guidelines and development setup
20+ - ViewInspector dependency (0.10.3) for enhanced SwiftUI testing capabilities
21+
22+ ### Changed
23+ - Improved README documentation with better formatting and clearer examples
24+ - Enhanced console output examples and debugScan usage demonstrations
25+ - Streamlined package configuration by removing library evolution setting
26+
27+ ### Updated
28+ - ViewInspector dependency from 0.10.2 to 0.10.3
29+ - GitHub Actions checkout action from v4 to v5
30+ - CodeCov action from v4 to v5
31+
32+ ### Removed
33+ - Unused security workflow and CI setup documentation files
34+
35+ ### Fixed
36+ - Failing integration test on CI environment
37+ - Various README content corrections and improvements
38+
839## [ 0.1.0] - 2025-07-22
940### Added
1041- Initial release of ` SwiftUIDebugScan ` .
0 commit comments