Skip to content

Commit e280cfe

Browse files
committed
Release notes for 1.8.0
1 parent 6d73341 commit e280cfe

File tree

3 files changed

+25
-10
lines changed

3 files changed

+25
-10
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
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.7.0</VersionPrefix>
16+
<VersionPrefix>1.8.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1919
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>

RELEASE_NOTES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 1.8.0 - October 28 2025
2+
- Add Operators for map2 (||>>) and map3 (|||>>) and flipped versions
3+
- Add generic sumBy function
4+
- Add missing fold, cons and uncons functions on some collections
5+
- Add SeqT.head, SeqT.tryHead and Choice,Sequential
6+
- Add HashSet operations
7+
- Bind and Join for dictionary interfaces
8+
- Zero for Result and Choice
9+
- Add missing dictionary utility functions
10+
- Result.isOk now available from Fable
11+
- Small type inference improvements
12+
113
#### 1.7.0 - December 15 2024
214
- ZipApplicative docs
315
- Add missing iter functions to Extensions

RELEASE_NOTES.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
Release Notes for FSharpPlus 1.7.0 - December 15 2024
2-
------------------------------------------------------
1+
Release Notes for FSharpPlus 1.8.0 - October 28 2025
2+
-----------------------------------------------------
33

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
4+
Add Operators for map2 (||>>) and map3 (|||>>) and flipped versions
5+
Add generic sumBy function
6+
Add missing fold, cons and uncons functions on some collections
7+
Add SeqT.head, SeqT.tryHead and Choice,Sequential
8+
Add HashSet operations
9+
Bind and Join for dictionary interfaces
10+
Zero for Result and Choice
11+
Add missing dictionary utility functions
12+
Result.isOk now available from Fable
13+
Small type inference improvements

0 commit comments

Comments
 (0)