Commit 57b3c48 1 parent 6e44642 commit 57b3c48 Copy full SHA for 57b3c48
File tree 3 files changed +18
-19
lines changed
3 files changed +18
-19
lines changed Original file line number Diff line number Diff line change 13
13
<PackageIcon >logo.png</PackageIcon >
14
14
<PackageReadmeFile >README.md</PackageReadmeFile >
15
15
<PackageTags >f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags >
16
- <VersionPrefix >1.6.1 </VersionPrefix >
16
+ <VersionPrefix >1.7.0 </VersionPrefix >
17
17
<VersionSuffix ></VersionSuffix >
18
18
<Version Condition =" '$(VersionSuffix)' != '' " >$(VersionPrefix)-$(VersionSuffix)</Version >
19
19
<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
+
1
10
#### 1.6.1 - February 13 2024
2
11
- Add Non-sequential-Applicative operators and computation expressions
3
12
- 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
2
2
------------------------------------------------------
3
3
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