Releases: fsprojects/fantomas
Releases · fsprojects/fantomas
March 25th Release
March 12th Release
March 11th Release
March 8th Release
4.7.1
Fixed
- Comment after equals is remove in anonymous record. #1921
- Comment after equals in record type is lost. #2001
- Comment after match keyword is lost. #1851
- Preserve in keyword on next line. #1182
- Remove Ionide.KeepAChangelog.Tasks and Dotnet.ReproducibleBuilds as NuGet dependencies. #2131
- Comment lost between attribute and member. #2130
Special thanks to @baronfel!
March Release
March 4th Release
4.6.6
Changed
Fixed
Documentation
- Fixed typo in Formatting-Elmish-code.md #2120
Special thanks to @dawedawe, @sergey-tihon, @Happypig375 and @baronfel!
February 18th Release
4.6.5
Changed
- Use KeepAChangelog instead of
RELEASE_NOTES.md
. #2095
Fixed
- Error formatting defines #if (!DEBUG) ... #endif (no #else). #2098
- Single block comment in namespace is disappearing. #1951
- Unexpected newline added before let bang. #1932
- Creating anonymous record based on a function call with a list arg fails. #1749
- Access modifier is lost in extern declaration. #1213
- Unexpected indentation in if-else when using keep_if_then_in_same_line=true. #1160
Documentation
- Add additional information about the style guide in CONTRIBUTING.md. #2078
- Fix FSharp compiler docs link for SynExpr. #2082
- Fix FSharp compiler docs link for SynExpr.DotGet expression. #2084
- Pre push hook to ensure code is formatted on upload. #2085
- Explain what's needed to close issues, that aren't reproducible anymore. #2092
Special thanks to @dawedawe, @ribeirotomas1904, @saerosV and @baronfel!
February 11th Release
4.6.4 - 02/2022
- Fix type declaration loses 'when' qualifier. #2075
- Fix Comments in anonymous record values are deleted. #2067
- Fix Comment after [] is lost, more common in records. #2043
- Fix Named argument should have a space. #1877
Special thanks to @dawedawe, @ribeirotomas1904 and @Viridovics!
Patch Tuesday in February Release
Still Early February Release
4.6.2 - 02/2022
- Fix Comment in method chain gets deleted. #2062
- Fix Idempotency and correctness problem when using multiple if statements as list comprehension. #2055
- Fix Comment inside LongIdentWithDots not preserved. #2027
- Fix Consecutive #load statements are merged into one line if namespace is declared below. #2014
- Fix Line of code including a backward composition operator causes error. #1998
Special thanks to @dawedawe!