Releases: vkhorikov/CSharpFunctionalExtensions
Releases Β· vkhorikov/CSharpFunctionalExtensions
v3.1.0
Updates:
- #565 Add allocation-free Maybe.Bind overload
- #569 Add async & func overloads for Maybe.From
- #570 Nullability handling improvements in Maybe
v3.0.0
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
v2.42.5
New features:
- #547 Adding Maybe.ToUnitResult
Fixed issues:
v2.42.1
New features:
Fixed issues:
- #27 Add strong named assembly
v2.42.0
New features:
- #540 Add BindZip to return the Tuple of merged Binds
Fixed issues:
v2.41.0
New features:
- #531 Added Task and ValueTask versions for AsMaybe
Fixed issues:
v2.40.3
New features:
- #520 Add two additional TapIf.Task functions
Fixed issues:
v2.40.2
New features:
- #517 Proposal for a TapIf overload
Fixed issues:
v2.40.1
New features:
Fixed issues:
- #513 fix preprocessor conditions
v2.40.0
New features:
- #510 Make Entity implement IComparable
Fixed issues: