Skip to content

Commit f491ab2

Browse files
committed
Release notes for 1.6.0
1 parent b2ce89d commit f491ab2

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

RELEASE_NOTES.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
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
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)

RELEASE_NOTES.txt

+12-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
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+
-----------------------------------------------------
33

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
512
Add Result.Sequence
13+
Add Result.iterError
614
Add Validation.ofOptionWith
715
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

0 commit comments

Comments
 (0)