Skip to content

Commit

Permalink
Release notes 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wallymathieu committed Dec 10, 2024
1 parent db45914 commit 7896857
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PackageIcon>logo.png</PackageIcon>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>f# FSharp Applicative Monad MonadTransformer Arrow Overloading</PackageTags>
<VersionPrefix>1.2.0</VersionPrefix>
<VersionPrefix>1.7.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
<Version Condition=" '$(VersionSuffix)' != '' ">$(VersionPrefix)-$(VersionSuffix)</Version>
<Version Condition=" '$(VersionSuffix)' == '' ">$(VersionPrefix)</Version>
Expand Down
9 changes: 9 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
26 changes: 8 additions & 18 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 7896857

Please sign in to comment.