RxKotlin v2.3.0 Release Notes

Release Date: 2018-08-10 // over 5 years ago
  • ๐Ÿš€ 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!