Skip to content

Releases: altmann/FluentResults

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(...)

v3.8

30 Jun 20:06
3d1afdd
Compare
Choose a tag to compare

ADDED - Add deconstruct operators to result classes #138
ADDED - Add MapErrors(...) and MapSuccesses to result classes #123

v3.7

19 Jun 18:50
2ae2d4f
Compare
Choose a tag to compare

ADDED - Add implicit conversation from T to Result of T #129