Skip to content

Releases: samsonjs/AsyncMonitor

0.3.1

26 May 00:46
d622d32

Choose a tag to compare

0.3

26 May 00:43
ef4083d

Choose a tag to compare

0.2.1

27 Apr 00:47
d2b4e0e

Choose a tag to compare

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

26 Apr 20:34
e548a75

Choose a tag to compare

0.1.1

26 Apr 20:33
9a7fbdf

Choose a tag to compare

Full Changelog: 0.1...0.1.1

0.1

25 Apr 23:28
c693b52

Choose a tag to compare

0.1

First release for testing in pet projects