Releases: akarnokd/RxJavaInterop
Releases · akarnokd/RxJavaInterop
0.7.2
- Fix #10: v1 Observables may request zero which is now ignored.
0.7.1
Same as 0.7.0. Maven central doesn't seem to see version 0.7.0 thus the version bump.
0.7.0
Upgrade to RxJava 1.2.3 and RxJava 2.0.2
0.6.2
Upgrade dependency to RxJava 2.0.1
0.6.0
- Upgrade dependency to RxJava 2.0.0 final
- No API or behavior changes
0.5.0
Update dependency to RxJava 2.0.0-RC5.
0.4.1
Update dependency versions to 1.2.1 and 2.0.0-RC4.
0.4.0
Added conversion from v1 Single
to v2 Maybe
, v1 Completable
to v2 Maybe
, v2 Maybe
to v1 Single
and v2 Maybe
to v1 Completable
.
v0.3.0
Updated to reference RxJava 1.2.0 and RxJava 2.0.0-RC3