2.0.1
API enhancements
- Pull 4827: Porting the
Scheduler.when
operator from 1.x to 2.x - Pull 4831: add
Flowable.doFinally(Action)
for handling post-terminal or cancel cleanup. - Pull 4832: add
doFinally
to the rest of the reactive base classes - Pull 4833: add
Flowable.doAfterNext
operator - Pull 4835: add
Observable.doAfterNext
and{Single|Maybe}.doAfterSuccess
. - Pull 4838: add fluent
TestSubscriber.requestMore
Documentation fixes/enhancements
- Pull 4793: Fix javadoc mentioning
IllegalArgumentException
instead ofNullPointerException
for calling withnull
parameter(s). - Pull 4798: Fix
Observable.toFlowable
documentation - Pull 4803: Fix
ObservableEmitter
mentioningFlowableEmitter
. - Pull 4810: Fix
Completable.retryWhen
terminology about signal emission. - Pull 4815: Fix typo in javadoc of
Maybe.toSingle
- Pull 4839: fix wording of some operators, remove
@throws
implications
Bugfixes