Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-08-10 | 543 Bytes | |
RxKotlin 2.3.0.tar.gz | 2018-08-10 | 78.5 kB | |
RxKotlin 2.3.0.zip | 2018-08-10 | 97.7 kB | |
Totals: 3 Items | 176.7 kB | 0 |
This is the first release for RxKotlin in quite some time. I apologize it took so long.
- RxJava updated to 2.2.0
- Kotlin updated to 1.2.60
- Silence unused and platform warnings [#179]
- Add missing @CheckReturnValue annoations [#180]
- Add zero-arg flatMapIterable and concatMapIterable [#185]
- Make cast and ofType operate on wildcard types rather than Any [#176]
- Add Flowables.create with lambda as last parameter [#188]
- Change return type of Flowable.withLatestFrom [#193]
Thank you everyone for your contributions!