Skip to content

Releases: vkhorikov/CSharpFunctionalExtensions

v2.40.0

04 Jul 16:18
Compare
Choose a tag to compare

New features:

  • #510 Make Entity implement IComparable

Fixed issues:

  • None

v2.39.2

06 Jun 12:57
Compare
Choose a tag to compare

New features:

  • #506 Adding Task support to TapTry and TapIfTry

Fixed issues:

  • None

v2.39.1

05 Jun 19:10
Compare
Choose a tag to compare

New features:

  • #505 Adding TapTry and TapTryIf

Fixed issues:

  • None

v2.39.0

06 May 13:52
Compare
Choose a tag to compare

New features:

  • #502 Allow returning a value from Match for UnitResult

Fixed issues:

  • None

v2.38.1

14 Mar 14:37
Compare
Choose a tag to compare

New features:

  • #494 Add ToResult extension to Nullable

Fixed issues:

  • None

v2.38.0

13 Mar 13:03
Compare
Choose a tag to compare

New features:

  • #489 Add GetValueOrDefault to Result
  • #492 add a method overload for GetValueOrThrow, that enables a custom exception

Fixed issues:

  • #490 Fix symmetry violation of ValueObject comparison

v2.37.0

19 Nov 14:26
Compare
Choose a tag to compare

New features:

  • #465 Adding optional IEqualityComparer for Maybe

Fixed issues:

  • None

v2.36.1

31 Oct 13:59
Compare
Choose a tag to compare

New features:

Fixed issues:

  • None

v2.36.0

31 Oct 13:27
Compare
Choose a tag to compare

New features:

  • #366 EnsureNotNull

Fixed issues:

  • None

v2.35.1

21 Oct 12:08
Compare
Choose a tag to compare

New features:

  • #454 Add TapErrorIf

Fixed issues:

  • None