Skip to content

Commit

Permalink
Release notes for 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gusty committed Oct 15, 2023
1 parent 16878b6 commit 1a5e595
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
8 changes: 8 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#### 1.5.0 - October 15 2023
- Support for Fable 4 (some functions had to be removed from Fable in order to it)
- More IList and IReadOnlyList functions
- Bug fixes in parse, tryParse, seq's TryFinally and (=>>) for ValueTask
- Add Free.hoist
- Add distinct for NonEmptySeq and NonEmptyList
- Add ValueOption.ofOption and Task.result for Task and ValueTask

#### 1.4.0 - February 22 2023
- Additional Alternatives available (functions, error monads)
- More IReadOnlyDictionary functions
Expand Down
13 changes: 7 additions & 6 deletions RELEASE_NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Release Notes for FSharpPlus 1.4.0 - February 22 2023
Release Notes for FSharpPlus 1.5.0 - October 15 2023
------------------------------------------------------

Additional Alternatives available (functions, error monads)
More IReadOnlyDictionary functions
Bug fixes in Map as FoldIndexable and missing <*> for IDictionary and IReadOnlyDictionary
Deprecate IReadOnlyDictionary.map
Guid to/from bytes conversion
Support for Fable 4 (some functions had to be removed from Fable in order to it)
More IList and IReadOnlyList functions
Bug fixes in parse, tryParse, seq's TryFinally and (=>>) for ValueTask
Add Free.hoist
Add distinct for NonEmptySeq and NonEmptyList
Add ValueOption.ofOption and Task.result for Task and ValueTask

0 comments on commit 1a5e595

Please sign in to comment.