Releases: vkhorikov/CSharpFunctionalExtensions
Releases Β· vkhorikov/CSharpFunctionalExtensions
v3.7.0
Compare
Sorry, something went wrong.
No results found
Updates:
#608 Improve linq query support
#602 Add Tap extensions to Maybe
v3.6.0
Compare
Sorry, something went wrong.
No results found
Updates:
#599 Add extensions for Bind optional, ensure not, map, optional, required
v3.5.1
Compare
Sorry, something went wrong.
No results found
v3.4.2
Compare
Sorry, something went wrong.
No results found
Updates:
Another try at fixing GitHub asset upload on releases (worked this time!)
v3.4.1
Compare
Sorry, something went wrong.
No results found
Updates:
Fix GitHub asset upload on releases
v3.4.0
Compare
Sorry, something went wrong.
No results found
Updates:
#588 Create ToInvertedResult extension methods on Maybe
v3.3.0
Compare
Sorry, something went wrong.
No results found
Updates:
Multiple allocation-free overloads of Map Bind etc
#586 Fixed failing tests and the pipeline where it ignored those failures
v3.2.0
Compare
Sorry, something went wrong.
No results found
Updates:
#567 Select overload for Result to use in LINQ
#579 allocation-free overloads of Maybe.Match
v3.1.0
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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