Skip to content

Releases: vkhorikov/CSharpFunctionalExtensions

v2.13.3

17 Dec 02:28
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #249 Upgrading from 2.13.0 to 2.13.1 gives us compile-time errors

v2.13.2

01 Dec 12:59
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #242 Usage and meaning of Tap extension method

v2.13.1

30 Nov 23:55
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #245 How to acquire Result?

v2.13.0

24 Nov 02:26
Compare
Choose a tag to compare

New features:

  • #210 ValueObject : MapError extensions
  • #240 Provide option for .Combine() to condense the error messages

Fixed issues:

  • None

v2.12.2

03 Nov 21:09
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #237 ValueObject : IComparable is Potentially Breaking due to Type Ambiguity

v2.12.1

02 Nov 00:47
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #237 ValueObject : IComparable is Potentially Breaking due to Type Ambiguity

v2.12.0

17 Oct 02:42
Compare
Choose a tag to compare

New features:

  • #207 Add Entity class to CSharpFunctionExtensions
  • #203 ValueObject should implement IComparable

Fixed issues:

  • None

v2.11.9

06 Oct 11:51
Compare
Choose a tag to compare

New features:

  • #233 Added Ensure method where the object is available to generate error message

Fixed issues:

  • None

v2.11.8

25 Sep 14:31
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #183 OnSuccessTry doesnt handle async lambda

v2.11.7

01 Sep 18:50
Compare
Choose a tag to compare

New features:

  • #230 Cache hash code of value objects

Fixed issues:

  • None