Skip to content

Releases: akarnokd/kotlin-flow-extensions

0.0.14

23 Dec 09:34
Compare
Choose a tag to compare
  • Upgrade to Kotlin Coroutines 1.6.0
  • Fix a compilation error and two warnings as a result of upgrading.

0.0.13

16 Nov 19:19
Compare
Choose a tag to compare

Upgrade to Kotlin 1.6.0

0.0.12

29 Oct 06:46
Compare
Choose a tag to compare
  • Fix groupBy not relaying the upstream error to the main consumer. Commit 844052ab

0.0.11

11 Oct 10:20
Compare
Choose a tag to compare
  • Add Flow.amb
  • Use Kotlin 1.5.31
  • Use Coroutines 1.5.2

0.0.10

02 Sep 20:11
Compare
Choose a tag to compare

0.0.9

02 Sep 13:55
Compare
Choose a tag to compare

0.0.8

03 Apr 14:26
Compare
Choose a tag to compare

0.0.7

08 Sep 06:26
Compare
Choose a tag to compare

0.0.6

07 Sep 15:09
Compare
Choose a tag to compare
  • 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.

0.0.5

20 Apr 14:07
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.3.72
  • Add BehaviorSubject.value and BehaviorSubject.valueOrNull properties. (#32)