Release v1.3
New in this release:
- Applicative Computation Expressions
- Support for ValueOption #521
- Support for ValueTask #523
- Support for ValueTuple #524
- Add possibility to use explicit type parameters (plus, Seq.sum, guard, ofBytes, ofBytesWithOptions, ofBytesBE, parse, tryParse) #510
- Use InlineIfLambda attribute in CEs #508 (note this does not apply to net45)
- Small fixes (add lift3 for tuples, fix join for ref tuple)
- Use F# Core 6.0.6
- Speed up with ListCollector (Async sequence, List extensions, Result partition) #505 (note this does not apply to net45)
- Speed up Array extensions (apply, lift2, lift3, intercalate, intersperse, replace) #507
- Add NonEmptyList.sequence
- Use FSharp.Core implementations for old functions that were adopted there
- Add some missing Option, Result zip functions #511
- Raise ArgumentNullException for Array functions #512 (note this does not apply to net45)
- Small improvements in type inference