From 7896857fb18f0595bae46229f1093bbc6cd686ff Mon Sep 17 00:00:00 2001 From: Oskar Gewalli Date: Tue, 10 Dec 2024 21:42:50 +0200 Subject: [PATCH] Release notes 1.7.0 --- Directory.Build.props | 2 +- RELEASE_NOTES.md | 9 +++++++++ RELEASE_NOTES.txt | 26 ++++++++------------------ 3 files changed, 18 insertions(+), 19 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index e95613c91..0e41a8a59 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ logo.png README.md f# FSharp Applicative Monad MonadTransformer Arrow Overloading - 1.2.0 + 1.7.0 $(VersionPrefix)-$(VersionSuffix) $(VersionPrefix) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b2bf37522..6bf04d442 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,12 @@ +#### 1.7.0 - December 15 2024 + - ZipApplicative docs + - Add missing iter functions to Extensions + - Fix issue with iteration of dictionaries + - Removed String.startsWith !FABLE_COMPILER condition + - Add NonEmptyList and NonEmptySeq Helper Functions + - Add pick related functions to SeqT + - Monad instance for Vector and Matrix + #### 1.6.1 - February 13 2024 - Add Non-sequential-Applicative operators and computation expressions - Add proper SeqT implementation diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 9d508aaba..6434adb77 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -1,20 +1,10 @@ -Release Notes for FSharpPlus 1.6.1 - February 13 2024 +Release Notes for FSharpPlus 1.7.0 - December 15 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 -Rename Sequence overloads to Sequential -Add Async.Await Async.AsTask and more overloads to Async.Sequential -Add empty and isEmpty to IReadOnlyCollection and Exception module -Fix bug in lift3 for List and Array -Type inference for generic traversals slightly improved \ No newline at end of file +ZipApplicative docs +Add missing iter functions to Extensions +Fix issue with iteration of dictionaries +Removed String.startsWith !FABLE_COMPILER condition +Add NonEmptyList and NonEmptySeq Helper Functions +Add pick related functions to SeqT +Monad instance for Vector and Matrix