RxSwift v4.3.0 Release Notes

Release Date: 2018-09-16 // over 5 years ago
    • Compatibility with Xcode 10.0
    • โž• Adds new insert extension to collect and add multiple disposables to DisposeBag.
    • โž• Adds scan(into:accumulator:).
    • โž• Adds queuePriority parameter (defaults to .normal) to OperationQueueScheduler.
    • ๐ŸŽ Performance enhancement reduces Bag dispatch inline code size by 12%.
    • โž• Adds customCaptureSubscriptionCallstack hook to allow custom subscription callstacks to be generated.
    • โœ‚ Remove usage of Variable from Playground, Example projects and Tests.
    • โž• Add XCTAssertRecordedElements to XCTest+Rx.

    Anomalies

    • ๐Ÿ›  Fix build issues on new arm64_32 architecture (watchOS 5).
    • โœ‚ Removes string interpolation warning.