DebugSnapshots 0.3.0 adds support for logging state changes made through SwiftUI bindings, not just method calls. Previously, the library could only diff model state changes triggered by named methods. Now, mutations from UI controls like TextField, Toggle, and Slider are also captured and displayed as focused diffs. The library also supports exhaustive testing of reference types, asserting exactly what changed in an @Observable class after an action — and nothing more.
346 Impressions