Skip to content

Releases: samsonjs/AsyncMonitor

0.4.0

Choose a tag to compare

@samsonjs samsonjs released this 17 May 18:27

If you need support for iOS 17 / macOS 14 then stay on 0.3.1. There are no other changes in 0.4.0 anyway.

0.3.1

Choose a tag to compare

@samsonjs samsonjs released this 26 May 00:46
d622d32

0.3

0.3

Choose a tag to compare

@samsonjs samsonjs released this 26 May 00:43
ef4083d

0.2.1

Choose a tag to compare

@samsonjs samsonjs released this 27 Apr 00:47
d2b4e0e

Change the KVO monitoring API. Instead of having a values(for:options:changeHandler:) method that observes and monitors, break out a values(for:options:) method that returns an AsyncStream and then a monitorValues(for keyPath:options:changeHandler:) method that calls values(for:options:).monitor(changeHandler). That method is kind of superfluous, not sure if it's good to keep it or not.

Full Changelog: 0.2...0.2.1

0.2

0.2

Choose a tag to compare

@samsonjs samsonjs released this 26 Apr 20:34
e548a75

0.1.1

Choose a tag to compare

@samsonjs samsonjs released this 26 Apr 20:33
9a7fbdf

Full Changelog: 0.1...0.1.1

0.1

0.1

Choose a tag to compare

@samsonjs samsonjs released this 25 Apr 23:28
c693b52

First release for testing in pet projects