RxSwift v4.0.0-beta.1 Release Notes

    • โž• Adds attributedText to UITextField. #1249
    • โž• Adds attributedText to UITextView. #1249
    • โœ… Deprecates shareReplayLatestWhileConnected and shareReplay in favor of share(replay:scope:). #1430
    • ๐Ÿ”„ Changes publish, replay, replayAll to clear state in case of sequence termination to be more consistent with other Rx implementations and enable retries. #1430
    • 0๏ธโƒฃ Replaces share with default implementation of share(replay:scope:). #1430
    • โž• Adds HasDelegate and HasDataSource protocols.
    • โšก๏ธ Updates package version to v4 format. #1418

    Anomalies

    • โž• Adds deprecated warnings to API parts that were missing it. #1427
    • ๐Ÿ‘Œ Improves memory handling in isScheduleRequiredKey. #1428
    • โœ‚ Removes pre-release identifier from bundle version to enable TestFlight submissions. #1424
    • โœ‚ Removes code coverage to enable TestFlight submissions. #1423
    • ๐Ÿ›  Fixes Xcode warnings. #1421