Skip to content

RxKotlin 2.3.0

Compare
Choose a tag to compare
@thomasnield thomasnield released this 10 Aug 14:55
· 18 commits to 2.x since this release
32bfc21

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!