File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- #### 1.6.0 - January 29 2024
1+ #### 1.6.1 - February 13 2024
22 - Add Non-sequential-Applicative operators and computation expressions
33 - Add proper SeqT implementation
44 - Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
1111 - Add Result.iterError
1212 - Add Validation.ofOptionWith
1313 - Add List.chunkBy
14+ - Rename Sequence overloads to Sequential
15+ - Add Async.Await Async.AsTask and more overloads to Async.Sequential
16+ - Add empty and isEmpty to IReadOnlyCollection and Exception module
1417 - Fix bug in lift3 for List and Array
18+ - Type inference for generic traversals slightly improved
1519
1620#### 1.5.0 - October 15 2023
1721 - 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 - January 29 2024
2- -----------------------------------------------------
1+ Release Notes for FSharpPlus 1.6.1 - February 13 2024
2+ ------------------------------------------------------
33
44Add Non-sequential-Applicative operators and computation expressions
55Add proper SeqT implementation
@@ -13,4 +13,8 @@ Add Result.Sequence
1313Add Result.iterError
1414Add Validation.ofOptionWith
1515Add List.chunkBy
16- Fix bug in lift3 for List and Array
16+ Rename Sequence overloads to Sequential
17+ Add Async.Await Async.AsTask and more overloads to Async.Sequential
18+ Add empty and isEmpty to IReadOnlyCollection and Exception module
19+ Fix bug in lift3 for List and Array
20+ Type inference for generic traversals slightly improved
You can’t perform that action at this time.
0 commit comments