Skip to content

Releases: hyleung/rx-testkit

v2.0.0

19 Nov 15:40
Compare
Choose a tag to compare

Initial RxJava 2.x release.

Provides support for Observable, Single, Completable, and Maybe.

http://search.maven.org/#artifactdetails%7Ccom.github.hyleung%7Crx-testkit-java%7C2.0.0%7Cjar

via Maven:

<dependency>
    <groupId>com.github.hyleung</groupId>
    <artifactId>rx-testkit-java</artifactId>
    <version>2.0.0</version>
</dependency>

via Gradle:

compile 'com.github.hyleung:rx-testkit-java:2.0.0'

v1.1.0

25 Oct 13:58
Compare
Choose a tag to compare

Adds support for rx.Completable, which is in @Beta as of RxJava v1.2.0 (rx.Single is now part of the public API as of v1.2.0, too).

After this release, will likely start looking into incorporating support for RxJava v2