0.25.0
- Sync behavior when using
publishValueSeeded
. ValueStream
,ReplayStream
: exposesstackTrace
along with theerror
:- Change
ValueStream.error
toValueStream.errorAndStackTrace
. - Change
ReplayStream.errors
toReplayStream.errorAndStackTraces
. - Merge
Notification.error
andNotification.stackTrace
intoNotification.errorAndStackTrace
.
- Change
- Bugfix:
debounce
/debounceTime
unnecessarily kept too many elements in queue.