Skip to content

Releases: akarnokd/RxJavaExtensions

0.20.0

31 Jul 08:03
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.2.0.
  • Remove deprecated FlowableTransformers.refCount(count + timeout) API as it is now standard in RxJava 2.2.0
  • Remove MulticastProcessor as it is now standard in RxJava 2.2.0

0.19.5

23 Jul 08:42
Compare
Choose a tag to compare

Upgrade to RxJava 2.1.17.

0.19.4

26 Jun 08:12
Compare
Choose a tag to compare

Upgrade to RxJava 2.1.16.

0.19.3

22 Jun 08:07
Compare
Choose a tag to compare

Upgrade to RxJava 2.1.15

0.19.2

23 May 09:19
Compare
Choose a tag to compare
  • #21: Remove unnecessary generic parameters from CompletableConsumers and remove erroneous references to Maybe in javadocs.
  • Commit a17a44df: Deprecate hu.akarnokd.rxjava2.processors.MulticastProcessor, use the standard io.reactivex.processors.MulticastProcessor from now on.
  • Commit a17a44df: Upgrade to RxJava 2.1.14.

0.19.1

10 May 08:32
Compare
Choose a tag to compare
  • Commit 97f5c10b: Fix refCount inconsistent behavior with the standard refCount.
  • Commit 0ecd7d34: Deprecate refCount(...), the operators are going to be be available in the upcoming RxJava 2.1.14. Will be removed in 0.20.0 from this library.
  • Commit 0ecd7d34: Add FlowableTransformers.errorJump() and ObservableTransformers.errorJump() operators. (Example)

0.19.0

27 Apr 09:30
Compare
Choose a tag to compare

0.18.9

21 Mar 09:32
Compare
Choose a tag to compare

0.18.8

06 Mar 01:04
Compare
Choose a tag to compare

0.18.7

24 Feb 11:52
Compare
Choose a tag to compare
  • Upgrade to RxJava 2.1.10.
  • Add ObservableTransformers.observeOnDrop. (Example)
  • Add ObservableTransformers.observeOnLatest. (Example)