Skip to content

Releases: akarnokd/RxJavaExtensions

0.5.3

21 Oct 07:53
Compare
Choose a tag to compare

Update dependency to RxJava 2.0.0-RC5.

0.5.2

13 Oct 18:56
Compare
Choose a tag to compare

Notable changes

  • Upgraded to Mockito 2.1.0
  • Added MaybeSubject, SingleSubject and CompletableSubject

0.5.1

07 Oct 10:07
Compare
Choose a tag to compare

Update dependency to 2.0.0-RC4

0.5.0

23 Sep 08:36
Compare
Choose a tag to compare

Updated to use RxJava 2.0.0-RC3

0.4.1

20 Sep 15:04
Compare
Choose a tag to compare

Notable changes:

  • Implemented assembly tracking via RxJavaAssemblyTracking class.

0.4.0

20 Sep 13:08
Compare
Choose a tag to compare

Notable changes:

  • The Async-Util conversion is done. Check out the AsyncFlowable and AsyncObservable types.
  • Added new functional interfaces to strip out the throws Exception from returned functions as they won't throw and don't want to be an inconvenient to always try-catch them.
  • Updated the README.DM with short descriptions and examples of most available so far components (except join-patterns for now).

0.3.0

15 Sep 14:31
Compare
Choose a tag to compare
  • conversion of RxJavaComputationExpressions (ifThen, switchCase, doWhile, whileDo)
    • support for both Flowable and Observable
    • StatementObservable and StatementFlowable
  • conversion of RxJavaJoins (join patterns) (and, when, then)
    • only supports the non-backpressured Observable until I figure out what join patterns actually do
    • JoinObservable
  • fixed some style, typos and lack of RxJavaPlugins.onAssembly calls

0.2.1

07 Sep 16:44
Compare
Choose a tag to compare

Fix NPE in ParallelCollect and ParallelReduce cancel().

0.2.0

07 Sep 15:48
Compare
Choose a tag to compare
  • Update dependency to RxJava 2.0.0-RC2
  • Internal cleanup
  • Added ParallelFlowable for parallel processing

0.1.2

25 Aug 08:43
Compare
Choose a tag to compare
  • Depend on RxJava 2.0.0-RC1 officially