Skip to content

0.33.0

Choose a tag to compare

@stephencelis stephencelis released this 07 Jan 21:13
· 1217 commits to main since this release
e5e10d8
  • Bug fixed: nested calls to Effect.cancellable no longer prevent certain outputs from being emitted (thanks @iampatbrown).

    Breaking change: a consequence of this fix is that Effect.timers running on an immediate scheduler will now immediately emit its first output in tests. If a test fails after upgrading to this version, you may need to assert against the output of such an effect.