5.0.0-beta001
Pre-release
Pre-release
TheAngryByrd
released this
07 Dec 21:01
·
11 commits
to master
since this release
- BREAKING: Remove Ply and update to FSharp 6 Credits @TheAngryByrd
- BREAKING: Remove MergeSources (and!) from some implementations Credits @TheAngryByrd
- BREAKING: Merge TaskResult into Core library Credits @TheAngryByrd
- This means FsToolkit.ErrorHandling.TaskResult is no longer a separate package and will not be updated. It is now part of the core library.
- Use Microsoft.Bcl.AsyncInterfaces in netstandard2.0 (Allows IAsyncDisposable and IAsyncEnumerable) Credits @TheAngryByrd
- Build against Net8 Credits @TheAngryByrd
- Fix Overload Resolution to Align to Computation Expression used Credits @TheAngryByrd
- refactor!: Seq.sequenceResultM returns Array instead of seq Credits @bartelink
- feat(Seq): sequenceResultA Credits @bartelink