File tree Expand file tree Collapse file tree 6 files changed +13
-5
lines changed
Fantomas.CoreGlobalTool.Tests Expand file tree Collapse file tree 6 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ ### 4.1.1 - 09/2020
2
+
3
+ * Fix No newline between module and first declaration. [ #1139 ] ( https://github.com/fsprojects/fantomas/issues/1139 )
4
+ * Fix additional new lines added after each call to format. [ #1137 ] ( https://github.com/fsprojects/fantomas/issues/1137 )
5
+ * Fix Generics error when breaking line. [ #1134 ] ( https://github.com/fsprojects/fantomas/issues/1134 )
6
+ * Fix Comments on DUs parameterized by functions are dropped. [ #1128 ] ( https://github.com/fsprojects/fantomas/issues/1128 )
7
+ * Fix Preserve underscore in number. [ #1120 ] ( https://github.com/fsprojects/fantomas/issues/1120 )
8
+
1
9
### 4.1.0 - 09/2020
2
10
3
11
* Ignore files by ` .fantomasignore ` file. [ #420 ] ( https://github.com/fsprojects/fantomas/issues/420 )
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<IsPackable >false</IsPackable >
6
6
<GenerateProgramFile >false</GenerateProgramFile >
7
- <Version >4.1.0 </Version >
7
+ <Version >4.1.1 </Version >
8
8
<NoWarn >FS0988</NoWarn >
9
9
<WarningsAsErrors >FS0025</WarningsAsErrors >
10
10
</PropertyGroup >
Original file line number Diff line number Diff line change 4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
5
5
<ToolCommandName >fantomas</ToolCommandName >
6
6
<PackAsTool >True</PackAsTool >
7
- <Version >4.1.0 </Version >
7
+ <Version >4.1.1 </Version >
8
8
<AssemblyName >fantomas-tool</AssemblyName >
9
9
<WarningsAsErrors >FS0025</WarningsAsErrors >
10
10
</PropertyGroup >
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >4.1.0 </Version >
5
+ <Version >4.1.1 </Version >
6
6
<Description >Utility package for Fantomas</Description >
7
7
<WarningsAsErrors >FS0025</WarningsAsErrors >
8
8
</PropertyGroup >
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
- <Version >4.1.0 </Version >
3
+ <Version >4.1.1 </Version >
4
4
<NoWarn >FS0988</NoWarn >
5
5
<TargetFramework >netcoreapp3.1</TargetFramework >
6
6
<WarningsAsErrors >FS0025</WarningsAsErrors >
Original file line number Diff line number Diff line change 2
2
<Project Sdk =" Microsoft.NET.Sdk" >
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
- <Version >4.1.0 </Version >
5
+ <Version >4.1.1 </Version >
6
6
<Description >Source code formatter for F#</Description >
7
7
<WarningsAsErrors >FS0025</WarningsAsErrors >
8
8
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments