File tree 2 files changed +16
-8
lines changed
2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change
1
+ #### 1.6.0-RC1 - December 17 2023
2
+ - Target net 8
3
+ - Add Result.Sequence
4
+ - Add Validation.ofOptionWith
5
+ - Add List.chunkBy
6
+ - Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
7
+ - Add limited applicative support to dictionaries
8
+
1
9
#### 1.5.0 - October 15 2023
2
10
- Support for Fable 4 (some functions had to be removed from Fable in order to it)
3
11
- More IList and IReadOnlyList functions
Original file line number Diff line number Diff line change 1
- Release Notes for FSharpPlus 1.5.0 - October 15 2023
2
- ------------------------------------------------------
1
+ Release Notes for FSharpPlus 1.6.0-RC1 - December 17 2023
2
+ ----------------------------------------------------------
3
3
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
4
+ Target net 8
5
+ Add Result.Sequence
6
+ Add Validation.ofOptionWith
7
+ Add List.chunkBy
8
+ Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
9
+ Add limited applicative support to dictionaries
You can’t perform that action at this time.
0 commit comments