Skip to content

0.25.0

Compare
Choose a tag to compare
@hoc081098 hoc081098 released this 06 Dec 13:50
· 207 commits to master since this release
16b2ce4
  • Sync behavior when using publishValueSeeded.
  • ValueStream, ReplayStream: exposes stackTrace along with the error:
    • Change ValueStream.error to ValueStream.errorAndStackTrace.
    • Change ReplayStream.errors to ReplayStream.errorAndStackTraces.
    • Merge Notification.error and Notification.stackTrace into Notification.errorAndStackTrace.
  • Bugfix: debounce/debounceTime unnecessarily kept too many elements in queue.