Releases: akarnokd/kotlin-flow-extensions
Releases · akarnokd/kotlin-flow-extensions
0.0.14
0.0.13
0.0.12
- Fix
groupBy
not relaying the upstream error to the main consumer. Commit 844052ab
0.0.11
0.0.10
- Add Flow.concatMapEager() operator.
0.0.9
- Uses Kotlin 1.5.30 & Coroutines 1.5.1
- Added FlowExtensions.concatArrayEager() operator.
- Fixed spelling of the operator
onBackpressureDrop
.
0.0.8
- Uses Kotlin Coroutines 1.4.2
- Add UnicastSubject
- Add UnicastWorkSubject
0.0.7
- Fix publish(expectedCollectors) overload hanging when more than the expected collectors appear.
0.0.6
- Upgrade to Kotlin 1.4.0
- Added publish(expectedCollectors) overload to work around the issue that collectors may not show up in time and
publish
would start collecting the upstream too soon.