File tree Expand file tree Collapse file tree 2 files changed +29
-11
lines changed
Expand file tree Collapse file tree 2 files changed +29
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments