Skip to content

Releases: vkhorikov/CSharpFunctionalExtensions

v2.29.1

25 Apr 13:59
Compare
Choose a tag to compare

New features:

  • #409 IMaybe interface

Fixed issues:

  • None

v2.29.0

24 Mar 11:58
Compare
Choose a tag to compare

New features:

  • #406 UnitResult overloads for Check, CheckIf, Combine and FailureIf

Fixed issues:

  • None

v2.28.3

09 Mar 15:24
Compare
Choose a tag to compare

New features:

  • #403 adding UnitResult.Ensure()

Fixed issues:

  • None

v2.28.2

26 Feb 12:34
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #400 Finally(): superfluous async/await removed

v2.28.1

21 Feb 15:04
Compare
Choose a tag to compare

New features:

  • #396 Match(): Missing UnitResult overloads added
  • #395 TapIf(): Missing UnitResult overloads added
  • #392 Result.Try() supports UnitResult

Fixed issues:

  • None

v2.28.0

06 Feb 13:08
Compare
Choose a tag to compare

New features:

  • #383 Net 5/6 System.Text.Json Json serialization support for Result

Fixed issues:

  • None

v2.27.2

24 Jan 14:34
Compare
Choose a tag to compare

New features:

  • #386 Make Result.DefaultTryErrorHandler Configurable

Fixed issues:

  • #385 WithTransactionScope: change isolation level

v2.27.1

11 Jan 13:35
Compare
Choose a tag to compare

New features:

  • #384 Bind-/Map-/WithTransactionScope() fixed for .NET 5 and later

Fixed issues:

  • None

v2.27.0

24 Dec 11:09
Compare
Choose a tag to compare

New features:

  • #337 Add type Result as predicate for .Ensure()

Fixed issues:

  • None

v2.26.1

27 Nov 11:22
Compare
Choose a tag to compare

New features:

  • #368 Revert adding IsTrimmable true

Fixed issues:

  • None