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

Changelog History
Page 1

  • v12.0.01

  • v11.2.2 Changes

    ๐Ÿ— 1. Building from Xcode project no longer warns about use of deprecated class keyword usage. (#3726, kudos to @michalsrutek) โšก๏ธ 2. Updated Carthage xcconfig dependency to 1.1 for proper building arm64 macOS variants.

  • v11.2.1 Changes

    ๐Ÿ— 1. Fixed missing Foundation import when building with SPM in Xcode 12.5. (#3725, kudos to @TimPapler)

  • v11.2.0 Changes

    1. Requires ReactiveSwift 6.6.0 or later. ๐Ÿš€ 1. The minimum deployment target for iOS has been raised consistently to 9.0 across all integration mediums.
  • v11.1.0

    September 29, 2020
  • v11.0.01 Changes

    Users who depend on the WKInterfaceActivityRing binding should consider replicating them in their projects instead.

  • v11.0.0 Changes

    June 16, 2020

    ๐Ÿš€ This is a breaking major release of ReactiveCocoa.

    Removal

    ๐Ÿ— Binding for WKInterfaceActivityRing has been removed, since it causes watchOS builds to be linked with HealthKit, leading to potential App Store rejections for apps who do not use HealthKit. (#3706)

    ๐Ÿ‘‰ Users who depend on the WKInterfaceActivityRing binding should consider replicating them in their projects instead.

  • v10.3.0 Changes

    May 11, 2020

    ๐Ÿ”„ Changes

    ๐ŸŽ 1. Don't include code which uses unavailable classes (like NSSlider) when targeting macOS Catalyst. (#3698, kudos to @nkristek) ๐Ÿ— 2. Fixed watchOS build issues. (#3703, kudos to @JaviSoto)

  • v10.2.0 Changes

    January 07, 2020

    ๐Ÿ”„ Changes

    โšก๏ธ 1. Update ReactiveSwift to 6.2. ๐Ÿ“ฆ 2. Support for Swift Package Manager (#3692, #3676 & #3693, kudos to @fabio-cerdeiral-ck, @sharplet and @simba909)

  • v10.1.0 Changes

    September 26, 2019

    ๐Ÿš€ 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)