-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into v1.3
- Loading branch information
Showing
4 changed files
with
20 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,4 @@ | ||
Release Notes for FSharpPlus 1.3.2 - December 2 2022 | ||
Release Notes for FSharpPlus 1.3.3 - February 4 2023 | ||
----------------------------------------------------- | ||
|
||
Applicative Computation Expressions | ||
Support for ValueOption, ValueTask and ValueTuple | ||
Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) | ||
Use InlineIfLambda attribute in CEs | ||
Small fixes (add lift3 for tuples, fix join for ref tuple and Free.map3) | ||
Small improvements in type inference | ||
Use F# Core 6.0.6 | ||
Speed up List and Array extensions using Collectors | ||
Use FSharp.Core implementations for old functions that were adopted there | ||
Add some missing Option, Result zip functions | ||
Add explicit type parameters | ||
Speed up by using InlineIfLambda attribute in CEs | ||
Some missing Option, Result zip functions | ||
Add NonEmptyList.sequence | ||
Improve null handling for Array extensions | ||
Fix missing zero overload for voption |
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