mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
340c65969f
- Add onChange(of:initial:_:) with (V, V) -> Void and () -> Void variants - Store previous values in StateStorage for cross-render-pass comparison - Per-identity counter ensures chained .onChange modifiers get unique keys - GC integration cleans up tracked values for removed views - Add 7 tests covering change detection, initial parameter, and chaining