RxSwift v3.4.1 Release Notes

    • โž• Adds UINavigationController delegate proxy and extensions:
      • willShow
      • didShow
    • โฑ 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.