Releases: akarnokd/RxJavaExtensions
Releases · akarnokd/RxJavaExtensions
0.5.3
0.5.2
0.5.1
0.5.0
0.4.1
0.4.0
Notable changes:
- The Async-Util conversion is done. Check out the
AsyncFlowable
andAsyncObservable
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 alwaystry-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
- conversion of RxJavaComputationExpressions (ifThen, switchCase, doWhile, whileDo)
- support for both
Flowable
andObservable
StatementObservable
andStatementFlowable
- support for both
- conversion of RxJavaJoins (join patterns) (and, when, then)
- only supports the non-backpressured
Observable
until I figure out what join patterns actually do JoinObservable
- only supports the non-backpressured
- fixed some style, typos and lack of RxJavaPlugins.onAssembly calls