This was a release in conjunction with the developments of RxJavaFX 2.2.1 and 2.2.2.
RxJava and Kotlin dependencies have been updated. The following extensions have been added:
Observable#toNullBinding()
Observable#toNullableBinding()
Observable#toLazyNullBinding()
Observable#toLazyNullableBinding()
Flowable#toNullBinding()
Flowable#toNullableBinding()
Flowable#toLazyNullBinding()
Flowable#toLazyNullableBinding()
Single#toNullableBinding()
Single#toLazyNullableBinding()
Maybe#toNullableBinding()
Maybe#toLazyNullableBinding()
Certain deprecated API's have been removed as well, particularly anything related to the CompositeObservable
and Dialog<T>#toObservable()
which has been succeeded by Dialog<T>#toMaybe()
.