RxKotlin Versions Save

RxJava bindings for Kotlin

v0.55.0

8 years ago
  • Release for Kotlin 1.0.1

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

v0.50

8 years ago
  • Beta release for a 1.0.0 version

v0.30.1

8 years ago
  • Updated to Kotlin beta 2
  • Drop deprecated methods
  • combineLatest and zip extension functions for List<Observable<T>>
  • += for CompositeSubscription

v0.24.100

8 years ago

Release for Kotlin 1.0.0-beta

v0.23.100

8 years ago
  • Release for Kotlin 1.0.0-beta
  • New switchOnNext() extension function
public fun <T> Observable<Observable<T>>.switchOnNext(): Observable<T> = Observable.switchOnNext(this)

v0.22.14

8 years ago
  • Release for Kotlin M14

v0.22.13

8 years ago
  • Release for Kotlin M13 compatibility

v0.22.12

8 years ago
  • Updated for compatibility with Kotlin M12 features

v0.22.11

8 years ago

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

v0.21.0

9 years ago

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