Skip to content

v3.0.0

Choose a tag to compare

@zupat zupat released this 31 Dec 10:59
· 52 commits to main since this release

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 returns null if the beacon is disposed while waiting for the next value.

Full Changelog: v2.0.3...v3.0.0