Skip to content

Releases: vkhorikov/CSharpFunctionalExtensions

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

v2.26.0

23 Nov 15:40
Compare
Choose a tag to compare

New features:

  • #365 Target net6.0 and remove trimming warning

Fixed issues:

  • None

v2.25.0

19 Nov 14:44
Compare
Choose a tag to compare

New features:

  • #360 Add all missing OnFailure extensions and tests
  • #361 Add all missing MapError extensions and tests
  • #363 And Compensate extensions and tests for them
  • #362 And BindIf extensions and tests for them

Fixed issues:

  • None

v2.24.4

11 Nov 12:47
Compare
Choose a tag to compare

New features:

  • #359 Add OnFailure extension method for UnitResult

Fixed issues:

  • None

v2.24.3

07 Nov 12:21
Compare
Choose a tag to compare

New features:

  • #357 OnSuccessTry E overloads

Fixed issues:

  • None

v2.24.2

02 Nov 10:20
Compare
Choose a tag to compare

New features:

  • #355 Unit result convert failure

Fixed issues:

  • None