Skip to content

Commit 3b9a3b6

Browse files
gustywallymathieu
authored andcommitted
Release notes for 1.9.0
1 parent 7f2739a commit 3b9a3b6

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
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.8.0</VersionPrefix>
16+
<VersionPrefix>1.9.0</VersionPrefix>
1717
<VersionSuffix></VersionSuffix>
1818
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
1919
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>

RELEASE_NOTES.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
#### 1.9.0 - January 11 2026
2+
- Task related function fixes and improvements
3+
- Enable try blocks for ValueTask
4+
- Add Obj module
5+
- Add some error handling functions for Tasks
6+
- Add ignore to some common type extensions
7+
- Add bindTask and bindInto to Result
8+
- Add missing (.>) and (<.) zip-applicative operators
9+
- Add Active Pattern for CI strings and AggregateException
10+
- Rename non-sequential applicative CEs to zapp
11+
- Fix compilation for Fable 4.27
12+
- Fix several functions in ResizeArray
13+
- Fix Seq.lift3
14+
- Fix some XML comments
15+
- Drop target framework version net45
16+
117
#### 1.8.0 - October 28 2025
218
- Add Operators for map2 (||>>) and map3 (|||>>) and flipped versions
319
- Add generic sumBy function

RELEASE_NOTES.txt

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
1-
Release Notes for FSharpPlus 1.8.0 - October 28 2025
1+
Release Notes for FSharpPlus 1.9.0 - January 11 2026
22
-----------------------------------------------------
33

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
4+
Task related function fixes and improvements
5+
Enable try blocks for ValueTask
6+
Add Obj module
7+
Add some error handling functions for Tasks
8+
Add ignore to some common type extensions
9+
Add bindTask and bindInto to Result
10+
Add missing (.>) and (<.) zip-applicative operators
11+
Add Active Pattern for CI strings and AggregateException
12+
Rename non-sequential applicative CEs to zapp
13+
Fix compilation for Fable 4.27
14+
Fix several functions in ResizeArray
15+
Fix Seq.lift3
16+
Fix some XML comments
17+
Drop target framework version net45

0 commit comments

Comments
 (0)