Skip to content

Releases: akarnokd/RxJavaExtensions

3.0.0-RC0

25 Jun 12:02
Compare
Choose a tag to compare
  • Upgrade to RxJava 3.0.0-RC0
  • Package base is now hu.akarnokd.rxjava3
  • Use Supplier instead of Callable in APIs
  • Change functions.Supplier to functions.SimpleCallable to avoid name conflict
  • Expand the functional interfaces with throws Throwable

0.20.10

24 Jun 08:19
Compare
Choose a tag to compare

Upgrade to RxJava 2.2.10

0.20.8

05 Mar 17:39
Compare
Choose a tag to compare
  • Fix partialCollect not looping the handler if it dropped an item without emitting. (Issue: #31, Commit 65972392).

0.20.7

28 Feb 17:37
Compare
Choose a tag to compare

0.20.6

08 Feb 09:48
Compare
Choose a tag to compare

Upgrade to RxJava 2.2.6.

0.20.5

29 Nov 20:57
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.2.4.
  • Pull #26: Add support for conditionals in Single, Maybe and Completable.
  • Pull #28: Ensure subscribeAutoDispose does disposal for onSuccess.

0.20.4

23 Oct 09:57
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.2.3
  • Add ObservableTransformers mapAsync/filterAsync

0.20.3

06 Sep 08:23
Compare
Choose a tag to compare

Upgrade to RxJava 2.2.2.

0.20.2

28 Aug 15:12
Compare
Choose a tag to compare
  • Add ObservableTransformer.valve() operator. (Example)
  • Add flatMap that maps terminal events to other reactive types. (Example)

0.20.1

27 Aug 09:34
Compare
Choose a tag to compare

Upgrade to RxJava 2.2.1.