ReactiveCocoa v10.1.0 Release Notes

Release Date: 2019-09-26 // over 4 years ago
  • ๐Ÿš€ This is the first minor release of ReactiveCocoa 10. It supports Swift 5.0 (Xcode 10.2/Xcode 10.3) and Swift 5.1 (Xcode 11).

    ๐Ÿ”„ Changes

    • โšก๏ธ Update dependencies so ReactiveCocoa can be used with Xcode 11 (#3677, kudos to @olejnjak)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix crashes of NSObject.signal(for:) and NSObject.producer(for:) with Objective-C enums (#3667, kudos to @gfontenot)

    โž• Additions

    • โž• Add a binding target for the barTintColor of UINavigationBar (#3675, kudos to @rehatkathuria)
    • โž• Add reactive extensions for standard WatchKit interface objects. (#3670, kudos to @tdimeco)