This repository was archived by the owner on Mar 21, 2018. It is now read-only.
First public release
This is the first public release of the RxJava 2.0 backported to use only Java 6 APIs.
It includes everything from the 2.0 branch in ReactiveX/RxJava plus:
- all unmerged bugfixes up to this point, including those discovered in any of the branches
- the
Completable
type - the
delaySubscription
with plainObservable
- the additional 2.0 unit tests
However, it doesn't contain the remaining operators proposed for 1.x (ignoreElementsThen
, concatMapEager
, flatMapEager
, concatEmptyWith
, mergeEmptyWith
, etc.).
This release should appear in maven as well under com.github.akarnokd:rxjava2-backport:2.0.0-RC1
.