Skip to content

Commit 57b3c48

Browse files
committed
Release notes 1.7.0 (#612)
1 parent 6e44642 commit 57b3c48

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageIcon>logo.png</PackageIcon>
1414
<PackageReadmeFile>README.md</PackageReadmeFile>
1515
<PackageTags>f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags>
16-
<VersionPrefix>1.6.1</VersionPrefix>
16+
<VersionPrefix>1.7.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1919
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>

RELEASE_NOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

RELEASE_NOTES.txt

+8-18
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
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

0 commit comments

Comments
 (0)