Releases: ReactiveX/RxKotlin
Releases · ReactiveX/RxKotlin
v0.55.0
v0.50
- Beta release for a 1.0.0 version
v0.30.1
- Updated to Kotlin beta 2
- Drop deprecated methods
combineLatest
andzip
extension functions forList<Observable<T>>
+=
forCompositeSubscription
v0.24.100
Release for Kotlin 1.0.0-beta
v0.23.100
- 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
- Release for Kotlin M14
0.22.13
- Release for Kotlin M13 compatibility
0.22.12
- Updated for compatibility with Kotlin M12 features
0.22.11
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
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 ofcom.netflix.rxjava
- artifactId is now
rxkotlin
instead ofrxjava-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