6.0.0
This release drops support for Swift 4.2 (Xcode 10/10.1) and removes the dependency on antitypical/Result. 🎉 (#702, kudos to @NachoSoto and @mdiep)
Upgrade to 6.0.0
- 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