-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6e44642
commit 57b3c48
Showing
3 changed files
with
18 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,10 @@ | ||
Release Notes for FSharpPlus 1.6.1 - February 13 2024 | ||
Release Notes for FSharpPlus 1.7.0 - December 15 2024 | ||
------------------------------------------------------ | ||
|
||
Add Non-sequential-Applicative operators and computation expressions | ||
Add proper SeqT implementation | ||
Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces | ||
Add limited applicative support to dictionaries | ||
Add (forward) tee operator (|-) | ||
Add "mapsquared" pipe operators (|>>>) and (<<<|) | ||
Add some functions, interfaces and optimizations to DList<'T> | ||
Add findLastSliceIndex and tryFindLastSliceIndex | ||
Add Result.Sequence | ||
Add Result.iterError | ||
Add Validation.ofOptionWith | ||
Add List.chunkBy | ||
Rename Sequence overloads to Sequential | ||
Add Async.Await Async.AsTask and more overloads to Async.Sequential | ||
Add empty and isEmpty to IReadOnlyCollection and Exception module | ||
Fix bug in lift3 for List and Array | ||
Type inference for generic traversals slightly improved | ||
ZipApplicative docs | ||
Add missing iter functions to Extensions | ||
Fix issue with iteration of dictionaries | ||
String.startsWith available now from Fable | ||
Add NonEmptyList and NonEmptySeq Helper Functions | ||
Add pick related functions to SeqT | ||
Monad instance for Vector and Matrix |