Releases: altmann/FluentResults
Releases · altmann/FluentResults
v3.16
- ADDED - Readme in Nuget #203
- CHANGED - Downgrade MEL.Abstractions to v2.1.1 #208
- FIXED - HasError of T can throw when I would expect false #204
- FIXED - Typos in readme and inline documentation
v3.15.2
- FIXED - Result get packed twice because of implicit conversion to Result of object #165
v3.15.1
FIXED - Implicit operators for Error and List of Error to Result or Result of T #159
v3.15
- ADDED - Implicit operators for Error and List of Error to Result or Result of T #159
- ADDED - Map() methods to convert the value of the result to another value (preparation for AspNetCore package)
v3.14
- CHANGED - The default logging level in LogIfFailed() changed from Information to Error #151
- ADDED - HasError(), HasException() and HasSuccess() return now via out parameter optional a list of found errors or successes
v3.13
ResultHelper.MergeWithValue enumerates results parameter multiple times #148
v3.12
ADDED - Add Bind() method #140
v3.11
- ADDED - ValueTask support for all async methods #143
- FIXED - Fix the double wrapping during implicit conversion from TValue to Result of TValue #144
v3.10
ADDED - OkIf/FailIf with lazily evaluated Error #141
v3.9
- ADDED - async/await for MapErrors(...) and MapSuccesses(...)