Skip to content

v3.0.0

Compare
Choose a tag to compare
@vkhorikov vkhorikov released this 08 Sep 12:42
· 58 commits to master since this release

Updates:

  • #552 Separate comparable types (breaking change)
  • #554 Remove EOL .NET frameworks and obsolete methods (breaking change)
  • #555 Add IError to the Result struct
  • #558 GetValueOrDefault for Result
  • #560 Add Result.Of methods
  • #561 Improve null handling of Maybe
  • #563 Add async overloads of Maybe.Match