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:)
andsignal(for:)
available onNSObject.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)