Skip to content
This repository has been archived by the owner on Feb 7, 2022. It is now read-only.

Releases: gmurayama/monadic-response-handler

v1.2.0

21 Mar 02:10
Compare
Choose a tag to compare
  • Refactor Resolved to avoid boxing structs Ok and Err (#4)
  • Behavior enum to provide functionalities when Match goes to an Err (#5)
  • Documentation describing each public method

v1.1.0

04 Feb 18:46
Compare
Choose a tag to compare
  • Unwrap method to extract the value from Resolved. (#2)
  • Target Framework to .NET Standard 2.0 (#3)

v1.0.0

04 Feb 18:27
f5a22a2
Compare
Choose a tag to compare
  • Pattern Matching with Match method.
  • IsOk and IsErr properties to indicate the internal state of Resolved.
  • Implicit conversions from Ok and Err structs to a Resolved class.