From 31922c00d7c6b5ef8241f5466f52f17fb55510aa Mon Sep 17 00:00:00 2001 From: Florian Verdonck Date: Mon, 5 Apr 2021 18:09:34 +0200 Subject: [PATCH] Add release notes for 4.5.0-alpha-006. (#1603) --- RELEASE_NOTES.md | 18 +++++++++++++++++- .../Fantomas.CoreGlobalTool.Tests.fsproj | 2 +- .../Fantomas.CoreGlobalTool.fsproj | 2 +- src/Fantomas.Extras/Fantomas.Extras.fsproj | 2 +- src/Fantomas.Tests/Fantomas.Tests.fsproj | 2 +- src/Fantomas/Fantomas.fsproj | 2 +- 6 files changed, 22 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 53734e7c6e..f65089636b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,22 @@ +### 4.5.0-alpha-006 - 04/2021 + +* Feature BlankLinesAroundNestedMultilineExpressions. [#1587](https://github.com/fsprojects/fantomas/pull/1587) +* Fix Block comment in Elmish expression removed. [#1601](https://github.com/fsprojects/fantomas/issues/1601) +* Fix System.Exception: was not expecting token DOLLAR. [#1598](https://github.com/fsprojects/fantomas/issues/1598) +* Fix Define before opening bracket. [#1597](https://github.com/fsprojects/fantomas/issues/1597) +* Fix Swap internal and inline in signature file. [#1590](https://github.com/fsprojects/fantomas/issues/1590) +* Fix member laced with conditional. [#1589](https://github.com/fsprojects/fantomas/issues/1589) +* Fix if expression is not indented. [#1588](https://github.com/fsprojects/fantomas/issues/1588) +* Fix Fantomas throws an exception with custom operator (>??). [#1533](https://github.com/fsprojects/fantomas/issues/1533) +* Fix Unexpected identifier in lambda expression when using pre processor directives. [#1484](https://github.com/fsprojects/fantomas/issues/1484) +* Fix FormatException: Unexpected symbol '|' for DU case under pre-processor directive. [#1483](https://github.com/fsprojects/fantomas/issues/1483) +* Fix End-of-line comments lost when formatting multiline type function signature. [#1287](https://github.com/fsprojects/fantomas/issues/1287) +* Fix Comments are sometimes removed unexpectedly during formatting. [#1276](https://github.com/fsprojects/fantomas/issues/1276) +* Fix max_line_length not respected in mutliline infix expression in if. [#1584](https://github.com/fsprojects/fantomas/issues/1584) + ### 4.5.0-alpha-005 - 04/2021 -* Fix Const() stripped from string literals [bvreak. [#1574](https://github.com/fsprojects/fantomas/issues/1574) +* Fix Const() stripped from string literals break. [#1574](https://github.com/fsprojects/fantomas/issues/1574) * Fix Conversion of & to byref is invalid in extern function declaration. [#1567](https://github.com/fsprojects/fantomas/issues/1567) * Fix Quote character in a comment results in removing code inside preprocessor directive. [#1504](https://github.com/fsprojects/fantomas/issues/1504) * Fix Documentation comment for primary class constructor is removed. [#1286](https://github.com/fsprojects/fantomas/issues/1286) diff --git a/src/Fantomas.CoreGlobalTool.Tests/Fantomas.CoreGlobalTool.Tests.fsproj b/src/Fantomas.CoreGlobalTool.Tests/Fantomas.CoreGlobalTool.Tests.fsproj index 14ef2147d8..0fefdce9c4 100644 --- a/src/Fantomas.CoreGlobalTool.Tests/Fantomas.CoreGlobalTool.Tests.fsproj +++ b/src/Fantomas.CoreGlobalTool.Tests/Fantomas.CoreGlobalTool.Tests.fsproj @@ -4,7 +4,7 @@ net5.0 false false - 4.5.0-alpha-005 + 4.5.0-alpha-006 FS0988 FS0025 diff --git a/src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj b/src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj index caccb1d2a1..40166f0987 100644 --- a/src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj +++ b/src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj @@ -5,7 +5,7 @@ Major fantomas True - 4.5.0-alpha-005 + 4.5.0-alpha-006 fantomas-tool FS0025 diff --git a/src/Fantomas.Extras/Fantomas.Extras.fsproj b/src/Fantomas.Extras/Fantomas.Extras.fsproj index 7e66446e67..6bc2c725c1 100644 --- a/src/Fantomas.Extras/Fantomas.Extras.fsproj +++ b/src/Fantomas.Extras/Fantomas.Extras.fsproj @@ -2,7 +2,7 @@ netstandard2.0 - 4.5.0-alpha-005 + 4.5.0-alpha-006 Utility package for Fantomas FS0025 diff --git a/src/Fantomas.Tests/Fantomas.Tests.fsproj b/src/Fantomas.Tests/Fantomas.Tests.fsproj index cd0e07a0bf..b52957f26e 100644 --- a/src/Fantomas.Tests/Fantomas.Tests.fsproj +++ b/src/Fantomas.Tests/Fantomas.Tests.fsproj @@ -1,6 +1,6 @@ - 4.5.0-alpha-005 + 4.5.0-alpha-006 FS0988 net5.0 FS0025 diff --git a/src/Fantomas/Fantomas.fsproj b/src/Fantomas/Fantomas.fsproj index f16d528c77..358b9d5dca 100644 --- a/src/Fantomas/Fantomas.fsproj +++ b/src/Fantomas/Fantomas.fsproj @@ -2,7 +2,7 @@ netstandard2.0 - 4.5.0-alpha-005 + 4.5.0-alpha-006 Source code formatter for F# FS0025