Skip to content

Commit ddb6b84

Browse files
committed
Release notes for 1.9.0
1 parent 25fb57f commit ddb6b84

File tree

2 files changed

+29
-11
lines changed

2 files changed

+29
-11
lines changed

RELEASE_NOTES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
#### 1.8.0 - October 28 2025
217
- Add Operators for map2 (||>>) and map3 (|||>>) and flipped versions
318
- Add generic sumBy function

RELEASE_NOTES.txt

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
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

0 commit comments

Comments
 (0)