All Versions
38
Latest Version
Avg Release Cycle
70 days
Latest Release
-

Changelog History
Page 2

  • v10.0.0 Changes

    April 27, 2019

    ๐Ÿš€ This is the first release of ReactiveCocoa 10.0. It supports Xcode 10.2 and Swift 5.0.

    ๐Ÿ”„ Changes

    โšก๏ธ 1. Update ReactiveSwift to 6.0. ๐Ÿšš 2. Remove dependency on antitypical/Result.

    Migration notes

    • ๐Ÿšš If you have used Result only as dependency of ReactiveSwift, remove all instances of import Result, import enum Result.NoError or import struct Result.AnyError and remove the Result Framework from your project.
    • ๐Ÿšฆ Replace all cases where NoError was used in a Signal or SignalProducer with Never
    • ๐Ÿšฆ Replace all cases where AnyError was used in a Signal or SignalProducer with Swift.Error
  • v9.0.0 Changes

    March 28, 2019

    ๐Ÿš€ 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)
  • v8.0.2 Changes

    October 20, 2018

    ๐Ÿš€ This is the second patch release of ReactiveSwift 8.0. It supports Swift 4.1 (Xcode 9.4) and Swift 4.2 (Xcode 10).

    Carthage compatibility

    ๐Ÿ— A build configuration related issue blocking Carthage builds has been resolved.

    ๐Ÿ”„ Change

    ๐Ÿ— 1. ReactiveMapKit has now platform specific build targets and schemes. (#3625, kudos to @andersio)

  • v8.0.1 Changes

    October 06, 2018

    ๐Ÿš€ This is a patch release of ReactiveSwift 8.0. It supports Swift 4.1 (Xcode 9.4) and Swift 4.2 (Xcode 10).

    CocoaPods compatibility

    The pod spec has been annotated with the language mode ReactiveCocoa is supposed to be built in (Swift 4.1). This should resolve issues when using ReactiveCocoa via CocoaPods with projects in Swift 4.2 mode.

    ๐Ÿ›  Bugfix

    ๐Ÿšฆ 1. Fixed an issue of SignalProducer.take(duringLifetimeOf:) incorrectly retaining its argument. (#3615, kudos to @andrei-kuzma)

    โž• Additions

    1. Add extensions for several properties on WKInterfaceLabel and WKInterfaceButton. (#3616, kudos to @yoching)
    2. Add swift_version to podspecs (#3622, kudos to @olejnjak)
    3. Introduce Lifetime.of(_:) which retrieves the lifetime of any Objective-C or Swift native object. (#3614, kudos to @ra1028)
  • v8.0.0 Changes

    July 25, 2018

    ๐Ÿš€ This is the first release of ReactiveCocoa 8.0. It supports Swift 4.1 (Xcode 9.4) and preliminarily Swift 4.2 (Xcode 10).

    ๐Ÿ”„ Change

    ๐Ÿš€ 1. Requires ReactiveSwift 4.0.

    โž• Additions

    ๐Ÿ‘ 1. Add support for Cocoapods 1.5.0 static frameworks (#3590, kudos to @mishagray)

    1. Add becomeFirstResponder and resignFirstResponder extensions to UIResponder. (#3585, kudos to @Marcocanc)
    2. Added title binding target to UIViewController (#3588, kudos to @cocoahero). ๐Ÿšฆ 4. Added several trigger signals for view lifecycle events to UIViewController (#3588, kudos to @cocoahero).
    3. Add extensions for several properties on UIBarButtonItem (#3586, kudos to @asmallteapot).
  • v8.0.0-rc.1 Changes

    July 04, 2018

    ๐Ÿš€ This is the first release candidate of ReactiveCocoa 8.0. It supports Swift 4.1 (Xcode 9.4) and preliminarily Swift 4.2 (Xcode 10).

    ๐Ÿ”„ Change

    ๐Ÿš€ 1. Requires ReactiveSwift 4.0 Release Candidate 2.

    โž• Additions

    ๐Ÿ‘ 1. Add support for Cocoapods 1.5.0 static frameworks (#3590, kudos to @mishagray)

    1. Add becomeFirstResponder and resignFirstResponder extensions to UIResponder. (#3585, kudos to @Marcocanc)
    2. Added title binding target to UIViewController (#3588, kudos to @cocoahero). ๐Ÿšฆ 4. Added several trigger signals for view lifecycle events to UIViewController (#3588, kudos to @cocoahero).
  • v7.2.0 Changes

    April 08, 2018

    ๐Ÿš€ This is the second minor release of ReactiveCocoa 7. It requires ReactiveSwift 3.1, and supports Swift 3.2, 4.0 and 4.1.

    ๐Ÿ”„ Changes

    Mitigated a compilation issue specific to Swift 4.1. (#3583)

    ๐Ÿ›  Fixed a compilation issue related to SR-7299. (#3580)

    ๐Ÿ‘Œ Improved the interoperability of method interception. (#3570, kudos to @andersio)

    โž• Additions

    โž• Add showsCancelButton, textDidBeginEditing and textDidEndEditing extensions to UISearchBar (#3565, kudos to @banjun)

    NotificationCenter.reactive.keyboard(_:) for system keyboard notification by the event types. (#3566, kudos to @ra1028)

    โž• Add extensions for several properties on UINavigationItem (#3576, kudos to @asmallteapot).

  • v7.1.0 Changes

    January 13, 2018

    ๐Ÿš€ This is the first release of ReactiveCocoa 7.1. It requires ReactiveSwift 3.1, and supports Swift 3.2 and Swift 4.0.

    ๐Ÿ”„ Change

    ๐Ÿš€ Requires ReactiveSwift 3.1.

    ๐Ÿ›  Fix an issue preventing ReactiveCocoa from being built with the Swift 3.2 language mode. (#3556)

    This issue might affect only users with CocoaPods 1.3.1 and earlier. For Carthage and the Xcode Project users, ReactiveCocoa is always built with the Swift 4.0 language mode.

    โž• Addition

    1. Added reactive extension for AppKit's NSTextView. (#3549, kudos to @Palleas)
  • v7.1.0-rc.2 Changes

    December 24, 2017

    ๐Ÿš€ This is the second release candidate of ReactiveCocoa 7.1. It requires ReactiveSwift 3.1, and supports Swift 3.2 and Swift 4.0.

    ๐Ÿ”„ Change

    ๐Ÿ›  Fix an issue preventing ReactiveCocoa from being built with the Swift 3.2 language mode. (#3556)

    This issue might affect only users with CocoaPods 1.3.1 and earlier. For Carthage and the Xcode Project users, ReactiveCocoa is always built with the Swift 4.0 language mode.

  • v7.1.0-rc.1 Changes

    December 23, 2017

    ๐Ÿš€ This is the first release candidate of ReactiveCocoa 7.1. It requires ReactiveSwift 3.1, and supports Swift 3.2 and Swift 4.0.

    ๐Ÿ”„ Change

    ๐Ÿš€ 1. Requires ReactiveSwift 3.1 Release Candidate 1. (#3555)

    โž• Addition

    1. Added reactive extension for AppKit's NSTextView. (#3549, kudos to @Palleas)