github ReactiveCocoa/ReactiveCocoa 10.0.0

latest releases: 12.0.0, 11.2.2, 11.2.1...
5 years ago

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

Don't miss a new ReactiveCocoa release

NewReleases is sending notifications on new releases.