Skip to content

Releases: vkhorikov/CSharpFunctionalExtensions

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

v2.11.6

28 Aug 19:28
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #229 BindWithTransactionScopeAsync(Both/Left/Right) support Result<T, E>

v2.11.5

08 Aug 17:39
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #224 ValueObject is not equivalent to a Castle.Proxies ValueObject

v2.11.4

04 Aug 17:47
Compare
Choose a tag to compare

New features:

  • None

Fixed issues:

  • #223 Remove unnecessary generic constraints and add tests

v2.11.3

03 Aug 19:14
Compare
Choose a tag to compare

New features:

  • #218 Proposal: include Error in failed result exception.

Fixed issues:

  • None

v2.11.2

03 Aug 15:19
Compare
Choose a tag to compare

New features:

  • #220 IResult interface

Fixed issues:

  • None