ReactiveCocoa v9.0.0 Release Notes

Release Date: 2019-03-28 // about 5 years ago
  • ๐Ÿš€ This is the first release of ReactiveCocoa 9.0. It requires Swift 4.2 or above and supports Xcode 10.2/Swift 5.0.

    ๐Ÿ‘Œ Improvements

    • UITextField and UITextView text and attributedText values non-optional. (#3591, kudos to @Marcocanc)

    โž• Additions

    • ๐Ÿšฆ KVO observations can now be made with Smart Key Path in Swift 3.2+, using producer(for:) and signal(for:) available on NSObject.reactive. (#3491, kudos to @andersio)
    • Binding target for UIApplication.applicationIconBadgeNumber (#3589, kudos to @cocoahero).
    • An extension for NSView.alphaValue. (#3636, kuds to @eimantas)
    • An extension for NSView.isHidden. (#3634, kudos to @eimantas)