Skip to content

Releases: dbosoft/Dbosoft.Functional

Release 3.2.1

Choose a tag to compare

@fw2568 fw2568 released this 10 Apr 21:41

What's Changed

  • Fix TwoWayAgent deadlock in TaskCompletionSource constructor by @fw2568 in #56

Full Changelog: v3.2.0...v3.2.1

Release 5.0 Beta 1

Release 5.0 Beta 1 Pre-release
Pre-release

Choose a tag to compare

@fw2568 fw2568 released this 17 Feb 19:37

What's Changed

  • Upgrade to LanguageExt v5 (beta) by @fw2568 in #54

Full Changelog: v3.2.0...v5.0.0-beta.1

Release 3.2.0

Choose a tag to compare

@ChristopherMann ChristopherMann released this 01 Apr 14:21
a3d639b

What's Changed

Full Changelog: v3.1.0...v3.2.0

Release 3.1.0

Choose a tag to compare

@ChristopherMann ChristopherMann released this 08 Mar 13:13
b283e41

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

Release 3.0

Choose a tag to compare

@fw2568 fw2568 released this 03 Mar 15:37
5eb8e37

What's Changed

  • [Breaking] Bump LanguageExt.Core from 4.0.3 to 4.4.2 by @dependabot in #9
  • Bump GitVersion.MsBuild from 5.8.1 to 5.12.0 by @dependabot in #11
  • Dependency versions / Added source link by @fw2568 in #12

Full Changelog: v2.2.0...v3.0.0

Release 2.2.0

Choose a tag to compare

@fw2568 fw2568 released this 06 Dec 19:32
375258d

Improvements

Added new extensions for Either:

  • ToEitherRight
  • ToEitherLeft
  • IfNoneAsync

Release 2.1.0

Choose a tag to compare

@fw2568 fw2568 released this 29 Jun 18:15
d2df9e5

Release 2.0.1

Choose a tag to compare

@fw2568 fw2568 released this 27 Apr 11:38
5d52962

Release 2.0

Choose a tag to compare

@fw2568 fw2568 released this 25 Apr 20:11
2b026eb

Features:

Release 2.0 - Beta 1

Release 2.0 - Beta 1 Pre-release
Pre-release

Choose a tag to compare

@fw2568 fw2568 released this 22 Apr 11:58
2b026eb

Updated references: BREAKING!

  • updated languageex to 3.4.15
  • update System.Threading.Tasks.Dataflow to 5.0.0

Features:

  • added a implemention of Use for EitherAsync