- Adds
UINavigationController
delegate proxy and extensions:willShow
didShow
- Deprecates
TestScheduler.start(_:create:)
in favor ofTestScheduler.start(disposed:create:)
. - Deprecates
TestScheduler.start(_:subscribed:disposed:create:)
in favor ofTestScheduler.start(created:subscribed:disposed:create:)
.
Anomalies
- Fixes observable sequence completion in case of empty arrays for
combineLatest
andzip
. #1205 - Fixes array version of
merge
operator completing immediately in case one of the observable sequences is empty. #1221 - Adds RxTest to SPM. #1215
- Adds tuple version of operator
SharedSequence.zip
(collection). - Adds tuple version of operator
SharedSequence.zip
. - Adds tuple version of operator
SharedSequence.combineLatest
(collection). - Adds tuple version of operator
SharedSequence.combineLatest
. - Adds missing
trimOutput
parameter toSharedSequence.debug
. - Makes
RxImagePickerDelegateProxy
subclass ofRxNavigationControllerDelegateProxy
.