- Notifications
You must be signed in to change notification settings - Fork20
Releases: akarnokd/kotlin-flow-extensions
Releases · akarnokd/kotlin-flow-extensions
0.0.14
0.0.13
Upgrade to Kotlin 1.6.0
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.0.12
- Fix
groupBynot relaying the upstream error to the main consumer.Commit 844052ab
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.0.11
0.0.10
- AddFlow.concatMapEager() operator.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.0.9
- UsesKotlin 1.5.30 &Coroutines 1.5.1
- AddedFlowExtensions.concatArrayEager() operator.
- Fixed spelling of the operator
onBackpressureDrop.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.0.8
- Uses Kotlin Coroutines 1.4.2
- AddUnicastSubject
- AddUnicastWorkSubject
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.0.7
- Fixpublish(expectedCollectors) overload hanging when more than the expected collectors appear.
Assets2
Uh oh!
There was an error while loading.Please reload this page.
0.0.6
- Upgrade to Kotlin 1.4.0
- Addedpublish(expectedCollectors) overload to work around the issue that collectors may not show up in time and
publishwould start collecting the upstream too soon.
Assets2
Uh oh!
There was an error while loading.Please reload this page.