Result v5.0.0 Release Notes
Release Date: 2019-05-27 // over 5 years agoPrevious changes from v4.1.0
-
๐ NEW
- โ Add compatibility with Swift 5's Result (#278)
- Add
Result.Success
typealias
- Add
Result.Failure
typealias
- Add
init(catching body: () throws -> Success)
and deprecateinit(attempt f: () throws -> Value)
- Add
func get() throws -> Success
and deprecatefunc dematerialize() throws -> Value
- Add
๐ See https://github.com/apple/swift-evolution/blob/master/proposals/0235-add-result.md and https://forums.swift.org/t/accepted-with-modifications-se-0235-add-result-to-the-standard-library/18603 for further information of the Swift 5's Result.
- โ Add compatibility with Swift 5's Result (#278)