This is the first release of ReactiveCocoa 10.0. It supports Xcode 10.2 and Swift 5.0.
Changes
- Update ReactiveSwift to 6.0.
- Remove dependency on antitypical/Result.
Migration notes
- If you have used
Resultonly as dependency ofReactiveSwift, remove all instances ofimport Result,import enum Result.NoErrororimport struct Result.AnyErrorand remove theResultFramework from your project. - Replace all cases where
NoErrorwas used in aSignalorSignalProducerwithNever - Replace all cases where
AnyErrorwas used in aSignalorSignalProducerwithSwift.Error