Releases: vkhorikov/CSharpFunctionalExtensions
Releases · vkhorikov/CSharpFunctionalExtensions
v2.11.1
New features:
Fixed issues:
- #217 Fix Maybe.TryFirst with predicate for types where null is not the default
v2.11.0
New features:
- #214 Add async overloads for Maybes
Where
, Map
and Bind
Fixed issues:
- #215 Calling
.Combine()
and getting its value on a Result
leads to multiple enumeration
v2.10.0
New features:
- #212 Add
Maybe<T>.ToList()
- #213 Add
[Obsolete]
on top of Result.Ok
methods
Fixed issues:
v2.9.0
New features:
- #209 Proposal: implicit conversion from E to Result<T, E>
Fixed issues:
v2.8.2
New features:
Fixed issues:
- #204 Wrong return Type in 2.8.0
v2.8.1
Code changes:
- #206 Add OnSuccessTry returning Task
Fixed issues:
v2.8.0
Code changes:
- #202 Add implicit conversions from T to Result and Result<T, E>
- Added implicit operator for SimpleValueObject => T conversion
Fixed issues:
- #201 Implicit conversion from T to Result
v2.7.1
PRs:
Fixed issues:
- #198 Serializable value objects
v2.7.0
PRs:
- #196 -- BindWithTransactionScope<T, K, E> added
Fixed issues:
- #193 -- BindWithTransactionScope<T, K, E> missing
v2.6.0
PRs:
- #195 -- Implement ToString() for Result, Result<T,E>, Result
Fixed issues:
- #194 -- Better Debugging Experience