Skip to content

Commit

Permalink
Merge branch 'master' into v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Jan 29, 2024
2 parents 97bee7e + f491ab2 commit 759766f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
15 changes: 11 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
#### 1.6.0-RC2 - December 17 2023
- Compile using net6
#### 1.6.0 - January 29 2024
- Add Non-sequential-Applicative operators and computation expressions
- Add proper SeqT implementation
- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
- Add limited applicative support to dictionaries
- Add (forward) tee operator (|-)
- Add "mapsquared" pipe operators (|>>>) and (<<<|)
- Add some functions, interfaces and optimizations to DList<'T>
- Add findLastSliceIndex and tryFindLastSliceIndex
- Add Result.Sequence
- Add Result.iterError
- Add Validation.ofOptionWith
- Add List.chunkBy
- Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
- Add limited applicative support to dictionaries
- Fix bug in lift3 for List and Array

#### 1.5.0 - October 15 2023
- Support for Fable 4 (some functions had to be removed from Fable in order to it)
Expand Down
17 changes: 12 additions & 5 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Release Notes for FSharpPlus 1.6.0-RC2 - December 17 2023
----------------------------------------------------------
Release Notes for FSharpPlus 1.6.0 - January 29 2024
-----------------------------------------------------

Compile using net6
Add Non-sequential-Applicative operators and computation expressions
Add proper SeqT implementation
Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
Add limited applicative support to dictionaries
Add (forward) tee operator (|-)
Add "mapsquared" pipe operators (|>>>) and (<<<|)
Add some functions, interfaces and optimizations to DList<'T>
Add findLastSliceIndex and tryFindLastSliceIndex
Add Result.Sequence
Add Result.iterError
Add Validation.ofOptionWith
Add List.chunkBy
Matrix and Vector types implement IEnumerable's and IReadOnly's interfaces
Add limited applicative support to dictionaries
Fix bug in lift3 for List and Array

0 comments on commit 759766f

Please sign in to comment.