Releases: fsprojects/FSharpx.Extras
Releases · fsprojects/FSharpx.Extras
3.1.0
3.0.0
- Add using and loops for
EitherBuilder
andResultBuilder
- #394 - Allow not null implementation of
IDisposable
in CEs - #395 - Add
either
,defaultValue
anddefaultWith
toResult
- #396 - Remove
TaskBuilder
. - #397 - Add
Enum.toString
and constrain types inEnum
module. - #401 - Remove obsolete functions and modules. - #403
- Fix files deviating from repo's license. - #407
2.5.0
2.4.0
2.3.2
2.3.1
Update dependency versions for FSharpx.Async and FSharpx.Collections - https://github.com/fsprojects/FSharpx.Extras/issue/370
Update source linking to use new, dotnet approach - https://github.com/fsprojects/FSharpx.Extras/issue/372
Added ofOptionF to Result module - #377