Skip to content

Commit 8092b2b

Browse files
Merge pull request #4 from ConsultingMD/nikola/intorduce-changelog
Introduce CHANGELOG.md
2 parents e907e3e + 70074fb commit 8092b2b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.0.1] - 2025-07-22
9+
### Added
10+
- Initial release of `SwiftUIDebugScan`.
11+
- Introduced the `debugScan` view modifier for logging and tracking SwiftUI view rendering.
12+
- Added support for verbose logging via the `SWIFTUI_DEBUG_SCAN_VERBOSE` environment variable.
13+
- Included `RenderState` actor for tracking render counts.

0 commit comments

Comments
 (0)