File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed
Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1+ #### 1.5.0 - October 15 2023
2+ - Support for Fable 4 (some functions had to be removed from Fable in order to it)
3+ - More IList and IReadOnlyList functions
4+ - Bug fixes in parse, tryParse, seq's TryFinally and (=>>) for ValueTask
5+ - Add Free.hoist
6+ - Add distinct for NonEmptySeq and NonEmptyList
7+ - Add ValueOption.ofOption and Task.result for Task and ValueTask
8+
19#### 1.4.0 - February 22 2023
210 - Additional Alternatives available (functions, error monads)
311 - More IReadOnlyDictionary functions
Original file line number Diff line number Diff line change 1- Release Notes for FSharpPlus 1.4 .0 - February 22 2023
1+ Release Notes for FSharpPlus 1.5 .0 - October 15 2023
22------------------------------------------------------
33
4- Additional Alternatives available (functions, error monads)
5- More IReadOnlyDictionary functions
6- Bug fixes in Map as FoldIndexable and missing <*> for IDictionary and IReadOnlyDictionary
7- Deprecate IReadOnlyDictionary.map
8- Guid to/from bytes conversion
4+ Support for Fable 4 (some functions had to be removed from Fable in order to it)
5+ More IList and IReadOnlyList functions
6+ Bug fixes in parse, tryParse, seq's TryFinally and (=>>) for ValueTask
7+ Add Free.hoist
8+ Add distinct for NonEmptySeq and NonEmptyList
9+ Add ValueOption.ofOption and Task.result for Task and ValueTask
You can’t perform that action at this time.
0 commit comments