Skip to content

Releases: altmann/FluentResults

v3.16

30 Jun 18:36
Compare
Choose a tag to compare
  • 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

19 Jun 20:18
Compare
Choose a tag to compare
  • FIXED - Result get packed twice because of implicit conversion to Result of object #165

v3.15.1

22 Nov 20:08
911699d
Compare
Choose a tag to compare

FIXED - Implicit operators for Error and List of Error to Result or Result of T #159

v3.15

06 Nov 21:04
Compare
Choose a tag to compare
  • 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

14 Oct 15:34
Compare
Choose a tag to compare
  • 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

18 Sep 12:33
Compare
Choose a tag to compare

ResultHelper.MergeWithValue enumerates results parameter multiple times #148

v3.12

11 Sep 13:16
Compare
Choose a tag to compare

ADDED - Add Bind() method #140

v3.11

12 Aug 14:08
Compare
Choose a tag to compare
  • 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

05 Aug 15:15
f51e8be
Compare
Choose a tag to compare

ADDED - OkIf/FailIf with lazily evaluated Error #141

v3.9

05 Aug 15:14
cc87231
Compare
Choose a tag to compare
  • ADDED - async/await for MapErrors(...) and MapSuccesses(...)