Commit graph

3 commits

Author SHA1 Message Date
ef4083dc64
Add support for iOS 17 and macOS 14 2025-05-25 17:43:01 -07:00
d2b4e0e382
Change the KVO monitoring API
Instead of having a values method that observes and monitors, break out
a values method that returns an AsyncStream and then a monitorValues
method that calls values(for: keyPath).monitor. That method is kind of
superfluous, not sure if it's good to keep it or not.
2025-04-26 17:47:12 -07:00
7d1e4564ff
Flesh out the readme and add more tests 2025-04-26 13:32:38 -07:00