|
1 | | -### 4.0.0-beta-003 - 08/2020 |
| 1 | +### 4.0.0 - 08/2020 |
2 | 2 |
|
3 | | -* Update FCS to 37. [#996](https://github.com/fsprojects/fantomas/pull/996) |
4 | 3 | * 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 | | - |
29 | 4 | * 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) |
33 | 6 | * Update FCS to 36. [#899](https://github.com/fsprojects/fantomas/pull/899), [#961](https://github.com/fsprojects/fantomas/pull/961) |
34 | 7 | * Replaced json configuration with .editorconfig. [#650](https://github.com/fsprojects/fantomas/issues/650) |
35 | 8 | * Sunset setting ReorderOpenDeclaration. [#645](https://github.com/fsprojects/fantomas/issues/645) |
|
57 | 30 | * Feature MultilineBlockBracketsOnSameColumn. [#453](https://github.com/fsprojects/fantomas/issues/453) |
58 | 31 | * Feature NewlineBetweenTypeDefinitionAndMembers. [#752](https://github.com/fsprojects/fantomas/issues/752) |
59 | 32 | * 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) |
60 | 54 | * Fix List expression can get combined to a single line with different semantics. [#931](https://github.com/fsprojects/fantomas/issues/931) |
61 | 55 | * Fix Additional new line inserted around attributes. [#949](https://github.com/fsprojects/fantomas/issues/949) |
62 | 56 | * Fix `with get` removal in FSI invalid. [#945](https://github.com/fsprojects/fantomas/issues/945) |
|
0 commit comments