Skip to content

Releases: noheltcj/RxCommon

0.6.1

08 Dec 01:37
68bec4c
Compare
Choose a tag to compare
  • Upgraded kotlin version support to 1.3.61
  • Enabled optional build caching
  • Auto-detection of publishing capabilities

0.6.0

30 Oct 06:51
10515b7
Compare
Choose a tag to compare

Includes support for modern kotlin multiplatform projects

0.5.3

01 May 06:16
a377b14
Compare
Choose a tag to compare

Contains support for Kotlin 1.3.31

0.5.2

14 Apr 03:36
2161e56
Compare
Choose a tag to compare

Upgraded for Kotlin v1.3.30

0.5.1

02 Mar 08:24
05e0a0d
Compare
Choose a tag to compare

Contains a fix for issue #31

0.5.0

08 Feb 08:03
806625c
Compare
Choose a tag to compare

New operators:

  • toSingle
  • first
  • filter

0.4.2

05 Feb 08:17
03e070a
Compare
Choose a tag to compare

Contains a bug fix for the CombineLatest operator, which was blocking null emissions

0.4.1

04 Feb 04:18
d3625c7
Compare
Choose a tag to compare

Opened source types and emitters for extension

0.4.0

21 Jan 08:32
28d4968
Compare
Choose a tag to compare

This release contains upgrades to the underlying build system, and new support for terminal error recovery.

0.3.0

14 Oct 07:34
b578729
Compare
Choose a tag to compare

Includes the doOn* family of operators. A contribution from @Hiosdra