- Remove net452 support and update test targets
- Faster and less-memory-consuming niceName - #434
- Restore Task functions by reintroducing Task computation expression as internal component. - #409
- 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
- Add
Enum.isDefined
function - #382 - Deprecate
taskbuilder
in favor oftaskbuilder.fs
- #381 - Add net452 support - #379
- Add
Validation.sequenceIgnore
andValidation.mapMIgnore
functions - #365
- Improve C# compatibility - #376
- 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
- New netstandard2.0 support - #360
- New split monads into separate files - #364
- New Add IsNone, IsSome and IsChoiceXOfY variants #354
- New add Option.orElseLazy - #352
- BGUFIX: Fixed
ParallelWithThrottle
- #350
- New getOrFailf function for Option - #345
- New getOrFail and getOrRaise functions for Option - #344
- New String helpers - #343
- BUGFIX: Fixed Try/Finally in TaskBuilder - #349
- New Parsers in prelude - #342
- Added Add Task related helper functions - #339
- Moved infrastructure to ProjectScaffold
- New Enum convenience methods - #327
- BREAKING: Deprecated .NET 4.0 version
- BREAKING: Removed all functions that were marked as obsolete. This includes JSON API
- Added undefined in Prelude - #332
- List dependencies properly in nuget package
- Fix dependency in nuget package
- Fix #332
- Renamed to FSharpx.Core to FSharpx.Extras
- Remove the WebClient extension method that has long ago been moved to FSharp.Core
- FSharpx.* types and operators are now in FSharpx
- FSharpx.Regex are now in FSharpx.Text.Regex
- FSharpx.Strings is now in FSharpx.Text.Strings
- Microsoft.FSharp.Control has been renamed to FSharpx.Control
- FSharpx.JSON support now marked as deprecated in favour of FSharp.Data
- FSharpx.Linq.QuotationEvaluator now marked as deprecated in favour of FSharp.Quotations.Evaluator
- All type providers now removed from FSharpx
- FSharpx.Core now depends on FSharpx.Collections
- Generated docs now available