Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@chrispappas chrispappas released this 17 May 19:02
· 4 commits to main since this release
c992b63

v0.2.0

  • Updates Result and its methods Values and Errors to only return values where the results weren't errored, and errors where the results weren't valid.
  • Adds Result.Error which coalesces all of the errors in a Result collection into one with the messages combined, comma-separated.
  • Adds Changelog