Skip to content

Releases: demystifyfp/FsToolkit.ErrorHandling

2.1.0-beta002

25 Feb 20:34
Compare
Choose a tag to compare
2.1.0-beta002 Pre-release
Pre-release

2.0.0

20 Nov 15:05
Compare
Choose a tag to compare
  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (#97)
  • This change replaces TaskBuilder with Ply. Ply has better performance characteristics and more in line with how C# handles Task execution. To convert from TaskBuilder to Ply, replace the namespace of FSharp.Control.Tasks.V2.ContextInsensitive with FSharp.Control.Tasks. -
  • This also removes the TargetFramework net461 as a build target. Current netstandard2.0 supports net472 fully according to this chart. It's recommended to upgrade your application to net472 if possible. If not, older versions of this library, such as 1.4.3, aren't going anywhere and can still be consumed from older TargetFrameworks.
  • Switch to use Affine for Task related. Credits @Swoorup. - (#107)

2.0.0-beta002

18 Nov 16:32
Compare
Choose a tag to compare
2.0.0-beta002 Pre-release
Pre-release
  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (#97)
  • This change replaces TaskBuilder with Ply. Ply has better performance characteristics and more in line with how C# handles Task execution. To convert from TaskBuilder to Ply, replace the namespace of FSharp.Control.Tasks.V2.ContextInsensitive with FSharp.Control.Tasks.NonAffine. -
  • This also removes the TargetFramework net461 as a build target. Current netstandard2.0 supports net472 fully according to this chart. It's recommended to upgrade your application to net472 if possible. If not, older versions of this library, such as 1.4.3, aren't going anywhere and can still be consumed from older TargetFrameworks.
  • Switch to use Affine for Task related. Credits @Swoorup. - (#107)

2.0.0-beta001

29 Aug 18:11
Compare
Choose a tag to compare
2.0.0-beta001 Pre-release
Pre-release
  • Switches TaskResult Library from TaskBuilder to Ply. Credits Nino Floris - (#97)
    • This change replaces TaskBuilder with Ply. Ply has better performance characteristics and more in line with how C# handles Task execution. To convert from TaskBuilder to Ply, replace the namespace of FSharp.Control.Tasks.V2.ContextInsensitive with FSharp.Control.Tasks.NonAffine.
    • This also removes the TargetFramework net461 as a build target. Current netstandard2.0 supports net472 fully according to this chart. It's recommended to upgrade your application to net472 if possible. If not, older versions of this library, such as 1.4.3, aren't going anywhere and can still be consumed from older TargetFrameworks.

1.4.3

22 Jul 13:56
Compare
Choose a tag to compare
  • Adds IF FABLE_COMPILER to any Async.AwaitTask type functions in AsyncResult. Credits Jimmy Byrd - (#93)

1.4.0

05 Jun 20:05
Compare
Choose a tag to compare

1.3.2

05 Jun 18:23
Compare
Choose a tag to compare
  • Uses Source Computation Expression overloads to help with maintainability. Credits Jimmy Byrd - (#83)

1.3.1

29 May 15:17
Compare
Choose a tag to compare
  • Improved Stacktraces within computation expressions. Credits Jimmy Byrd - (#81)

1.3.1-beta001

25 May 16:41
Compare
Choose a tag to compare
1.3.1-beta001 Pre-release
Pre-release
  • Improved Stacktraces within computation expressions. Credits Jimmy Byrd - (#81)

1.3.0

25 May 16:12
Compare
Choose a tag to compare
  • Adds Applicative Support for FSharp 5.0. Credits Jimmy Byrd - (#75)
  • Reduces required FSharp.Core version to 4.3.4. Credits Jimmy Byrd - (#80)