Skip to content

Tags: samsonjs/AsyncMonitor

Tags

0.3.1

Toggle 0.3.1's commit message

0.3

Toggle 0.3's commit message

0.2.1

Toggle 0.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
samsonjs Sami Samhuri
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.

0.2

Toggle 0.2's commit message

Verified

This commit was signed with the committer’s verified signature.
samsonjs Sami Samhuri
Bump version to 0.2

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
samsonjs Sami Samhuri
Bump iOS platform to 18.0

0.1

Toggle 0.1's commit message

Verified

This commit was signed with the committer’s verified signature.
samsonjs Sami Samhuri
First commit