We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e907e3e + 70074fb commit 8092b2bCopy full SHA for 8092b2b
CHANGELOG.md
@@ -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