Releases: gmurayama/monadic-response-handler
Releases · gmurayama/monadic-response-handler
v1.2.0
- 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
Unwrap
method to extract the value from Resolved
. (#2)
- Target Framework to .NET Standard 2.0 (#3)
v1.0.0
- 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.