Skip to content

1.3.0

Choose a tag to compare

@Choc13 Choc13 released this 19 Aug 09:22
· 4 commits to master since this release
3fc8e84

New Features

  • Added Catch method to Result as a counter to Then to make it simpler to handle errors by allowing the client to use the Error to generate a different Result.
  • Added OnFailure to Result as a counter to OnSuccess to make it simple to take an action on a Failure.
  • Added SelectError to Result as a counter to Select to make it simpler to project errors to a different format in the case of a Failure.