v3.0.0
What's Changed
-
[Breaking]
anyBeacon.next()now throws if the beacon is disposed while waiting for the next value. This is a breaking change because previously it would complete with the current value if the beacon was disposed. -
[Feat] Add
anyBeacon.nextOrNull()method that returnsnullif the beacon is disposed while waiting for the next value.
Full Changelog: v2.0.3...v3.0.0