File tree Expand file tree Collapse file tree 3 files changed +18
-19
lines changed Expand file tree Collapse file tree 3 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 1313 <PackageIcon >logo.png</PackageIcon >
1414 <PackageReadmeFile >README.md</PackageReadmeFile >
1515 <PackageTags >f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags >
16- <VersionPrefix >1.2 .0</VersionPrefix >
16+ <VersionPrefix >1.7 .0</VersionPrefix >
1717 <VersionSuffix ></VersionSuffix >
1818 <Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
1919 <Version Condition =" '$(VersionSuffix)' == '' " >$(VersionPrefix)</Version >
Original file line number Diff line number Diff line change 1+ #### 1.7.0 - December 15 2024
2+ - ZipApplicative docs
3+ - Add missing iter functions to Extensions
4+ - Fix issue with iteration of dictionaries
5+ - String.startsWith available now from Fable
6+ - Add NonEmptyList and NonEmptySeq Helper Functions
7+ - Add pick related functions to SeqT
8+ - Monad instance for Vector and Matrix
9+
110#### 1.6.1 - February 13 2024
211 - Add Non-sequential-Applicative operators and computation expressions
312 - Add proper SeqT implementation
Original file line number Diff line number Diff line change 1- Release Notes for FSharpPlus 1.6.1 - February 13 2024
1+ Release Notes for FSharpPlus 1.7.0 - December 15 2024
22------------------------------------------------------
33
4- Add Non-sequential-Applicative operators and computation expressions
5- Add proper SeqT implementation
6- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
7- Add limited applicative support to dictionaries
8- Add (forward) tee operator (|-)
9- Add "mapsquared" pipe operators (|>>>) and (<<<|)
10- Add some functions, interfaces and optimizations to DList<'T>
11- Add findLastSliceIndex and tryFindLastSliceIndex
12- Add Result.Sequence
13- Add Result.iterError
14- Add Validation.ofOptionWith
15- Add List.chunkBy
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
4+ ZipApplicative docs
5+ Add missing iter functions to Extensions
6+ Fix issue with iteration of dictionaries
7+ String.startsWith available now from Fable
8+ Add NonEmptyList and NonEmptySeq Helper Functions
9+ Add pick related functions to SeqT
10+ Monad instance for Vector and Matrix
You can’t perform that action at this time.
0 commit comments