Skip to content

Releases: ReactiveX/RxKotlin

v0.55.0

20 Mar 03:17
Compare
Choose a tag to compare
  • Release for Kotlin 1.0.1

For other changes check the PRs page Starting from PR 43 and so on

v0.50

17 Feb 00:58
Compare
Choose a tag to compare
  • Beta release for a 1.0.0 version

v0.30.1

20 Nov 01:20
Compare
Choose a tag to compare
  • Updated to Kotlin beta 2
  • Drop deprecated methods
  • combineLatest and zip extension functions for List<Observable<T>>
  • += for CompositeSubscription

v0.24.100

23 Oct 15:06
Compare
Choose a tag to compare

Release for Kotlin 1.0.0-beta

v0.23.100

23 Oct 00:47
Compare
Choose a tag to compare
  • Release for Kotlin 1.0.0-beta
  • New switchOnNext() extension function
public fun <T> Observable<Observable<T>>.switchOnNext(): Observable<T> = Observable.switchOnNext(this)

0.22.14

03 Oct 23:59
Compare
Choose a tag to compare
  • Release for Kotlin M14

0.22.13

17 Sep 22:50
Compare
Choose a tag to compare
  • Release for Kotlin M13 compatibility

0.22.12

02 Jun 20:37
Compare
Choose a tag to compare
  • Updated for compatibility with Kotlin M12 features

0.22.11

02 Jun 19:05
Compare
Choose a tag to compare

First release for Kotlin M11 with the support of the Koltin Community

Several changes are being implemented to make RxKotlin more idiomatic

From this version we will use this version system where 0.22 is the version code and .11 is the Kotlin Milestone. Once Koltin reach an official release we will change to 1.0 and try to keep it consistent with Kotlin

0.21.0

01 Oct 04:00
Compare
Choose a tag to compare

This is the first release after splitting from RxJava into its own top level project RxKotlin.

This is the same code as version 0.20.4 except:

  • all deprecated methods and types are deleted
  • now published to groupId io.reactivex instead of com.netflix.rxjava
  • artifactId is now rxkotlin instead of rxjava-kotlin
io.reactivex:rxkotlin:0.21.0

The artifacts can be found on maven Central at: http://repo1.maven.org/maven2/io/reactivex/rxkotlin

Artifacts: Maven Central