Skip to content

Commit 4b422ae

Browse files
authored
Merge pull request #993 from nojaf/v4-release-notes
Bump version to v4
2 parents 8665356 + a331083 commit 4b422ae

File tree

6 files changed

+28
-29
lines changed

6 files changed

+28
-29
lines changed

RELEASE_NOTES.md

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,8 @@
1-
### 4.0.0-beta-003 - 08/2020
1+
### 4.0.0 - 08/2020
22

3-
* Update FCS to 37. [#996](https://github.com/fsprojects/fantomas/pull/996)
43
* Add initial support of String Interpolation. [#998](https://github.com/fsprojects/fantomas/issues/998)
5-
* Fix Comments in match statements are sometimes deleted. [#1010](https://github.com/fsprojects/fantomas/issues/1010)
6-
* Fix Comments on members with get/set are deleted. [#1009](https://github.com/fsprojects/fantomas/issues/1009)
7-
* Fix Hexadecimal numbers in enums are output as decimal numbers. [#1006](https://github.com/fsprojects/fantomas/issues/1006)
8-
* Fix List indentation issue. [#999](https://github.com/fsprojects/fantomas/issues/999)
9-
* Fix Hexadecimal numbers in match arms are output as decimal numbers. [#995](https://github.com/fsprojects/fantomas/issues/995)
10-
* Fix Removes the first comment above the member of the list. [#990](https://github.com/fsprojects/fantomas/issues/990)
11-
* Fix Brackets increased every time Fantomas is run. [#989](https://github.com/fsprojects/fantomas/issues/989)
12-
* Fix Bug: Hash directive in computation expression. [#977](https://github.com/fsprojects/fantomas/issues/977)
13-
* Fix Bug with hash directives inside a match statement. [#976](https://github.com/fsprojects/fantomas/issues/976)
14-
* Fix Bug with defines in record member assignment. [#968](https://github.com/fsprojects/fantomas/issues/968)
15-
* Fix Backquotes are stripped down from ``checked``. [#937](https://github.com/fsprojects/fantomas/issues/937)
16-
* Fix Fantomas wraps extra set of parenthesis around parenthesis. [#921](https://github.com/fsprojects/fantomas/issues/921)
17-
* Fix Remove indent setting from CLI tool. [#888](https://github.com/fsprojects/fantomas/issues/888)
18-
* Fix Fantomas generating invalid F# when trying to format a list created with yields. [#882](https://github.com/fsprojects/fantomas/issues/882)
19-
* Fix Invalid unit test ``method call on multiple lines``. [#862](https://github.com/fsprojects/fantomas/issues/862)
20-
* Fix Invalid unit test ``should break on . operator and keep indentation``. [#860](https://github.com/fsprojects/fantomas/issues/860)
21-
* Fix Multi-line arguments to chained method calls produce invalid code. [#702](https://github.com/fsprojects/fantomas/issues/702)
22-
* Fix Line comment displaced from commented #-directive. [#638](https://github.com/fsprojects/fantomas/issues/638)
23-
* Fix #if'd argument types are lost. [#633](https://github.com/fsprojects/fantomas/issues/633)
24-
* Fix #if'd attributes moved to wrong column. [#631](https://github.com/fsprojects/fantomas/issues/631)
25-
* Fix Assembly attributes create over-long lines. [#629](https://github.com/fsprojects/fantomas/issues/629)
26-
27-
### 4.0.0-beta-002 - 07/2020
28-
294
* Extract FakeHelpers and EditorConfig to Fantomas.Extras project [#986](https://github.com/fsprojects/fantomas/issues/986)
30-
31-
### 4.0.0-beta-001 - 07/2020
32-
5+
* Update FCS to 37. [#996](https://github.com/fsprojects/fantomas/pull/996)
336
* Update FCS to 36. [#899](https://github.com/fsprojects/fantomas/pull/899), [#961](https://github.com/fsprojects/fantomas/pull/961)
347
* Replaced json configuration with .editorconfig. [#650](https://github.com/fsprojects/fantomas/issues/650)
358
* Sunset setting ReorderOpenDeclaration. [#645](https://github.com/fsprojects/fantomas/issues/645)
@@ -57,6 +30,27 @@
5730
* Feature MultilineBlockBracketsOnSameColumn. [#453](https://github.com/fsprojects/fantomas/issues/453)
5831
* Feature NewlineBetweenTypeDefinitionAndMembers. [#752](https://github.com/fsprojects/fantomas/issues/752)
5932
* Feature KeepIfThenInSameLine. [#825](https://github.com/fsprojects/fantomas/issues/825)
33+
* Fix Comments in match statements are sometimes deleted. [#1010](https://github.com/fsprojects/fantomas/issues/1010)
34+
* Fix Comments on members with get/set are deleted. [#1009](https://github.com/fsprojects/fantomas/issues/1009)
35+
* Fix Hexadecimal numbers in enums are output as decimal numbers. [#1006](https://github.com/fsprojects/fantomas/issues/1006)
36+
* Fix List indentation issue. [#999](https://github.com/fsprojects/fantomas/issues/999)
37+
* Fix Hexadecimal numbers in match arms are output as decimal numbers. [#995](https://github.com/fsprojects/fantomas/issues/995)
38+
* Fix Removes the first comment above the member of the list. [#990](https://github.com/fsprojects/fantomas/issues/990)
39+
* Fix Brackets increased every time Fantomas is run. [#989](https://github.com/fsprojects/fantomas/issues/989)
40+
* Fix Bug: Hash directive in computation expression. [#977](https://github.com/fsprojects/fantomas/issues/977)
41+
* Fix Bug with hash directives inside a match statement. [#976](https://github.com/fsprojects/fantomas/issues/976)
42+
* Fix Bug with defines in record member assignment. [#968](https://github.com/fsprojects/fantomas/issues/968)
43+
* Fix Backquotes are stripped down from ``checked``. [#937](https://github.com/fsprojects/fantomas/issues/937)
44+
* Fix Fantomas wraps extra set of parenthesis around parenthesis. [#921](https://github.com/fsprojects/fantomas/issues/921)
45+
* Fix Remove indent setting from CLI tool. [#888](https://github.com/fsprojects/fantomas/issues/888)
46+
* Fix Fantomas generating invalid F# when trying to format a list created with yields. [#882](https://github.com/fsprojects/fantomas/issues/882)
47+
* Fix Invalid unit test ``method call on multiple lines``. [#862](https://github.com/fsprojects/fantomas/issues/862)
48+
* Fix Invalid unit test ``should break on . operator and keep indentation``. [#860](https://github.com/fsprojects/fantomas/issues/860)
49+
* Fix Multi-line arguments to chained method calls produce invalid code. [#702](https://github.com/fsprojects/fantomas/issues/702)
50+
* Fix Line comment displaced from commented #-directive. [#638](https://github.com/fsprojects/fantomas/issues/638)
51+
* Fix #if'd argument types are lost. [#633](https://github.com/fsprojects/fantomas/issues/633)
52+
* Fix #if'd attributes moved to wrong column. [#631](https://github.com/fsprojects/fantomas/issues/631)
53+
* Fix Assembly attributes create over-long lines. [#629](https://github.com/fsprojects/fantomas/issues/629)
6054
* Fix List expression can get combined to a single line with different semantics. [#931](https://github.com/fsprojects/fantomas/issues/931)
6155
* Fix Additional new line inserted around attributes. [#949](https://github.com/fsprojects/fantomas/issues/949)
6256
* Fix `with get` removal in FSI invalid. [#945](https://github.com/fsprojects/fantomas/issues/945)

src/Fantomas.CoreGlobalTool.Tests/Fantomas.CoreGlobalTool.Tests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<GenerateProgramFile>false</GenerateProgramFile>
7+
<Version>4.0.0</Version>
78
<Version>4.0.0-beta-003</Version>
89
<NoWarn>FS0988</NoWarn>
910
<WarningsAsErrors>FS0025</WarningsAsErrors>

src/Fantomas.CoreGlobalTool/Fantomas.CoreGlobalTool.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<TargetFramework>netcoreapp3.1</TargetFramework>
55
<ToolCommandName>fantomas</ToolCommandName>
66
<PackAsTool>True</PackAsTool>
7+
<Version>4.0.0</Version>
78
<Version>4.0.0-beta-003</Version>
89
<AssemblyName>fantomas-tool</AssemblyName>
910
<WarningsAsErrors>FS0025</WarningsAsErrors>

src/Fantomas.Extras/Fantomas.Extras.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Version>4.0.0</Version>
56
<Version>4.0.0-beta-003</Version>
67
<Description>Utility package for Fantomas</Description>
78
<WarningsAsErrors>FS0025</WarningsAsErrors>

src/Fantomas.Tests/Fantomas.Tests.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
3+
<Version>4.0.0</Version>
34
<Version>4.0.0-beta-003</Version>
45
<NoWarn>FS0988</NoWarn>
56
<TargetFramework>netcoreapp3.1</TargetFramework>

src/Fantomas/Fantomas.fsproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<Project Sdk="Microsoft.NET.Sdk">
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Version>4.0.0</Version>
56
<Version>4.0.0-beta-003</Version>
67
<Description>Source code formatter for F#</Description>
78
<WarningsAsErrors>FS0025</WarningsAsErrors>

0 commit comments

Comments
 (0)