Releases
3.4.1
kzaher
released this
01 May 22:29
Adds UINavigationController
delegate proxy and extensions:
Deprecates TestScheduler.start(_:create:)
in favor of TestScheduler.start(disposed:create:)
.
Deprecates TestScheduler.start(_:subscribed:disposed:create:)
in favor of TestScheduler.start(created:subscribed:disposed:create:)
.
Anomalies
Fixes observable sequence completion in case of empty arrays for combineLatest
and zip
. #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 to SharedSequence.debug
.
Makes RxImagePickerDelegateProxy
subclass of RxNavigationControllerDelegateProxy
.
You can’t perform that action at this time.