File tree Expand file tree Collapse file tree 2 files changed +23
-9
lines changed
Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1- #### 1.6.0-RC2 - December 17 2023
2- - Compile using net6
1+ #### 1.6.0 - January 29 2024
2+ - Add Non-sequential-Applicative operators and computation expressions
3+ - Add proper SeqT implementation
4+ - Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
5+ - Add limited applicative support to dictionaries
6+ - Add (forward) tee operator (|-)
7+ - Add "mapsquared" pipe operators (|>>>) and (<<<|)
8+ - Add some functions, interfaces and optimizations to DList<'T>
9+ - Add findLastSliceIndex and tryFindLastSliceIndex
310 - Add Result.Sequence
11+ - Add Result.iterError
412 - Add Validation.ofOptionWith
513 - Add List.chunkBy
6- - Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
7- - Add limited applicative support to dictionaries
14+ - Fix bug in lift3 for List and Array
815
916#### 1.5.0 - October 15 2023
1017 - Support for Fable 4 (some functions had to be removed from Fable in order to it)
Original file line number Diff line number Diff line change 1- Release Notes for FSharpPlus 1.6.0-RC2 - December 17 2023
2- ----------------------------------------------------------
1+ Release Notes for FSharpPlus 1.6.0 - January 29 2024
2+ -----------------------------------------------------
33
4- Compile using net6
4+ Add Non-sequential-Applicative operators and computation expressions
5+ Add proper SeqT implementation
6+ Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
7+ Add limited applicative support to dictionaries
8+ Add (forward) tee operator (|-)
9+ Add "mapsquared" pipe operators (|>>>) and (<<<|)
10+ Add some functions, interfaces and optimizations to DList<'T>
11+ Add findLastSliceIndex and tryFindLastSliceIndex
512Add Result.Sequence
13+ Add Result.iterError
614Add Validation.ofOptionWith
715Add List.chunkBy
8- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
9- Add limited applicative support to dictionaries
16+ Fix bug in lift3 for List and Array
You can’t perform that action at this time.
0 commit comments