bb8d04b54f
Document everything ( #2 )
...
* Document everything
* Make sure ReadmeExamples are up to date
2025-06-13 11:37:02 -07:00
2d4c37d9da
Merge pull request #1 from samsonjs/xcode26
...
Fixes for Swift 6.2 on iOS 26 and macOS 26
2025-06-13 11:34:50 -07:00
52b10585ab
Fixes for Swift 6.2 on iOS 26 and macOS 26
2025-06-11 08:36:44 -07:00
33abeebe52
Add a changelog
2025-06-08 21:01:03 -07:00
d622d32134
Update Readme.md
2025-05-25 17:45:29 -07:00
ef4083dc64
Add support for iOS 17 and macOS 14
2025-05-25 17:43:01 -07:00
77130baceb
Update Readme.md
2025-04-29 09:26:08 -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
e548a7534c
Bump version to 0.2
2025-04-26 13:33:07 -07:00
7d1e4564ff
Flesh out the readme and add more tests
2025-04-26 13:32:38 -07:00
bc05e17c92
Add documentation comments on most public API
2025-04-26 11:38:44 -07:00
b8eb878097
Don't restrict anything to the main actor
2025-04-26 11:05:19 -07:00
9a7fbdf09d
Bump iOS platform to 18.0
2025-04-25 16:29:20 -07:00
c693b525be
First commit
2025-04-25 16:23:53 -07:00