File tree 2 files changed +23
-9
lines changed
2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 1
- #### 1.6.0-RC1 - December 17 2023
2
- - Target net 8
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
3
10
- Add Result.Sequence
11
+ - Add Result.iterError
4
12
- Add Validation.ofOptionWith
5
13
- 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
8
15
9
16
#### 1.5.0 - October 15 2023
10
17
- 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-RC1 - December 17 2023
2
- ----------------------------------------------------------
1
+ Release Notes for FSharpPlus 1.6.0 - January 29 2024
2
+ -----------------------------------------------------
3
3
4
- Target net 8
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
5
12
Add Result.Sequence
13
+ Add Result.iterError
6
14
Add Validation.ofOptionWith
7
15
Add 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