|
1 |
| -#### 1.3.1 - November 29 2022 |
2 |
| - - Applicative Computation Expressions |
3 |
| - - Support for ValueOption, ValueTask and ValueTuple |
4 |
| - - Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) |
5 |
| - - Use InlineIfLambda attribute in CEs |
6 |
| - - Small fixes (add lift3 for tuples, fix join for ref tuple and Free.map3) |
7 |
| - - Small improvements in type inference |
8 |
| - - Use F# Core 6.0.6 |
9 |
| - - Speed up List and Array extensions using Collectors |
10 |
| - - Use FSharp.Core implementations for old functions that were adopted there |
11 |
| - - Add some missing Option, Result zip functions |
12 |
| - - Add explicit type parameters |
13 |
| - - Use InlineIfLambda attribute in CEs |
14 |
| - - Some missing Option, Result zip functions |
15 |
| - - Add NonEmptyList.sequence |
16 |
| - - Improve null handling for Array extensions |
| 1 | +Release Notes for FSharpPlus 1.3.1 - November 29 2022 |
| 2 | +------------------------------------------------------ |
| 3 | + |
| 4 | +Applicative Computation Expressions |
| 5 | +Support for ValueOption, ValueTask and ValueTuple |
| 6 | +Possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) |
| 7 | +Use InlineIfLambda attribute in CEs |
| 8 | +Small fixes (add lift3 for tuples, fix join for ref tuple and Free.map3) |
| 9 | +Small improvements in type inference |
| 10 | +Use F# Core 6.0.6 |
| 11 | +Speed up List and Array extensions using Collectors |
| 12 | +Use FSharp.Core implementations for old functions that were adopted there |
| 13 | +Add some missing Option, Result zip functions |
| 14 | +Add explicit type parameters |
| 15 | +Speed up by using InlineIfLambda attribute in CEs |
| 16 | +Some missing Option, Result zip functions |
| 17 | +Add NonEmptyList.sequence |
| 18 | +Improve null handling for Array extensions |
0 commit comments