Skip to content

Latest commit

 

History

History
280 lines (239 loc) · 18.9 KB

RELEASE_NOTES.md

File metadata and controls

280 lines (239 loc) · 18.9 KB

3.0.1 - 11/2019

  • In development

3.0.0 - 10/2019

  • Use FCS 32.0.0. 490b121af427ec4f6eba94f6d6d08cf3f91e04c8
  • Deprecate PreserveEndOfLine feature. #390
  • Upgrade to .NET Core 3.0 and deprecate dotnet-fantomas. b13aa00a57541be5f6182dc65ee27dc81174ab15
  • F# 4.7 support. 9ab8f007446d2e8311a204a9c8a73d758a189939
  • KeepNewlineAfter setting. #449
  • Refactored API #454
  • Fix Adding parentheses around expressions can lead to incorrect indentation. #385
  • Fix Indentation removed when combining comments and compiler directives. #382
  • Fix Fantomas removes module and namespace if it is only 1 word (without dots). #380
  • Fix Indentation incorrect for code with chained fluent interface method calls. #379
  • Fix Incorrect indentation when space around delimiter is false. #362
  • Fix Meaningful spaces can be collapsed in record-with expressions. #353
  • Fix CLI arguments not accepted. #334
  • Fix Calls to constructor from inherited class leads to wrong indentation (breaks build). #326
  • Fix Indent level context lost in record initialization -- causes compilation failure. #313
  • Fix Semi-colons may or may not be insterted in list literals. #312
  • Fix Handling of blank lines is idiosyncratic. #311
  • Fix Over-length line not folded (inside #if block). #309
  • Fix With --preserverEOL, multi-line lambdas are not correctly formatted. #307
  • Fix Reformatting #if blocks controlling attributes changes the meaning of the code. #304
  • Fix Some spacing is still lost in and around #if blocks. #303
  • Fix Weird formattiing behavior. #287
  • Fix #if blocks result in code being moved around incorrectly. #282
  • Fix Inline replacement. #278
  • Fix No new line after long name when copying record with "with". #155
  • Fix Formatting of multi-line list literals. #133
  • Fix Problems with very long lines and/or files. #119
  • Fix Adjust default configuration to be more F# idiomatic. #61
  • Fix Excessive line breaking. #43
  • Fix [Trivia] Line comment after then breaks code. #451
  • Fix Bug report from fantomas-ui. #450
  • Fix Publish 3.0.0 to NuGet.org with a preview flag. #448
  • Fix Include directive with __SOURCE_DIRECTORY__ is removed and replace. #447
  • Fix Formatting if expressions not according to style-guide. #446
  • Fix PreserveEndOfLine+SpaceAroundDelimiter add an unnecessary space before closing brace. #443
  • Fix Record option with attribute gets an additional space with PreserveEndOfLine. #442
  • Fix Quotation escapes removed - Bug report from fantomas-ui. #440
  • Fix Fantomas fails in Fake script. #439
  • Fix Configuration options for "Fabulous compatibility"?. #437
  • Fix Using fantomas with dotnet-format. #430
  • Fix Change space before colon default to false. #429
  • Fix global.json specifies outdated dotnet sdk. #426
  • Fix Errors after formatting secondary constructors. #423
  • Fix Wrong attribute and xml doc placement on reformat with PreserveEOL. #422
  • Fix When running the tool for a fairly large script file (1000 lines) nothing happens. #416
  • Fix Is Fantomas still supported for VS? Couldn't find it?. #415
  • Fix the required library libhostfxr.so could not be found. #412
  • Fix Latest FCS breaks fantomas. #410
  • Fix Compiled operators names are replaced with source names. #409
  • Fix Wrong anon module formatting when filename starts with a digit. #408
  • Fix Raw method names with / are formatted improperly. #406
  • Fix Attributes followed by unit literals aren't formatted properly. #405
  • Fix Wrongly removed "with" for member on record, PreserveEndOfLine=true. #388
  • Fix IndentSpaceNum is ignored if PreserveEndOfLine is enable. #387
  • Fix An option to preserve empty lines between logical blocks. #496
  • Fix Bug report from fantomas-ui. #491
  • Fix finally is duplicated, moved. #487
  • Fix Multiple #if cases causes failure (3.0.0 beta3 and beta4). #484
  • Fix Significant spaces lost (v3.0.0-beta4). #483
  • Fix #if/#endif lost with v3.0.0-beta-004. #482
  • Fix Exception when code for no defines is empty. #480
  • Fix Stackoverflow exception in AstTransformer. #479
  • Fix [Trivia] Significant spacing added after let binding in function. #478
  • Fix Incorrect replacement of override with member. #477
  • Fix [Trivia] Fantomas removes the parentheses around Fable's string field access syntax. #476
  • Fix [Trivia] Additional line added after very specific case. #475
  • Fix Multiple extension members cause additional lines to be printed. #473
  • Fix Long text lines cause out of range exception in 3.0.0-beta. #472
  • Fix Class member attributes cause additional lines. #471
  • Fix 'with' incorrectly removed. #469
  • Fix Online UI tool doesn't understand F# 4.6's {| |}. #467
  • Fix Exception handling 'with' clause using drop-through is malformed. #465
  • Fix Unicode null escapes are unescaped (v3.0.0. beta1, beta2). #464
  • Fix Multiline record not on new line after DU constructor. #462
  • Fix Feature request: Prefix generic type parameters. #460
  • Fix Fantomas hangs indefinitely when run. #459
  • Fix record mutation: first field after with should be placed in a new line. #457
  • Fix for i in 1..-1..0 do: should add space before -. #456
  • Fix Incorrect handling of attributes in static method. #452

3.0.0-beta-006 - 10/2019

  • FCS 32
  • Partial F# 4.7 support

3.0.0-beta-005 - 09/2019

  • Move to .NETCore 3 global tool, deprecated net461
  • Deprecated dotnet-fantomas tool
  • Bug fixes

3.0.0-beta-004 - 09/2019

  • Restructured library API
  • Improved performance

3.0.0-beta-003 - 09/2019

  • More trivia fixes
  • FCS 31

3.0.0-beta-002 - 07/2019

  • More fixes with hash directives

3.0.0-beta-001 - 07/2019

  • Use FCS 28.0.0 and net461. #436
  • Deprecated PreserveEndOfLine setting in favor of Trivia. #434
  • Added support for formatting multiple code path in defines.

2.9.2 - 02-2019

  • Fix PreserveEndOfLine introduces additional newlines. #360
  • Fix Extra newline is introduced when file ends with multiline comment. #363
  • Fix Fantomas shouldn't remove parens when using the dynamic operator (?). #369
  • Fix Extra semicolons in list with PreserveEndOfLine. #371
  • Use qualified name for inputPath and outputPath. #376
  • Added Nightly nuget feed. #375
  • Moved solution file to root folder. #377
  • Fix Multiple attributes indented wrongly with PreserveEndOfLine. #370
  • Fix pattern matched unions are formatted badly. #283
  • Fix wrong indentation when accessing member of constructed record. #383
  • Fix latest fantomas breaks Falanx indentation. #384
  • Add support for SynExpr.Set(,,_). #368
  • Fix Recurse option with globally installed dotnet-tool traverses 'obj' directories. #341
  • Fix creates invalid F# for string handling operations. #365
  • Use FAKE 5. #261
  • Added FAKE 5 sample. #402

2.9.1 - 11-2018

  • Added instructions for vscode and online website. #333
  • Removed trailing spaces for each line, after formatting. #328
  • Allow easy build/format/build cycle of external projects. #337
  • Fix in is removed from binding when PreserveEndOfLine is true. #340
  • Fix unnecessary conversion from 'YieldOrReturn' to 'YieldOrReturnFrom', by update of FCS. #339
  • Fix Lazy<'T> is incorrectly rewritten. #335
  • Fix Fluent API with comments breaks code. #331
  • Update to .NET Core 2.1 #350
  • Removed unused open statements. #352
  • Added regression test for Implicit module is added to resulting code. #355
  • Fix wrong comment placement. #289

2.9.0 - 10-2018

  • Improved README. #243
  • Bad split of chained method call expression. #246
  • rec modifier removed for namespaces and modules. #292
  • Over-enthusiastic removal of parentheses #249
  • Broken reformat of "if" inside call (fantomas-tool 2.8.0) #288
  • Support struct tuple. #224
  • Support match! #262
  • Fix for AST formatting regression. #321
  • Upgrade to .NET 4.5.2 #325

2.8.1 - 09-2018

  • Force parameter is true by default. #267
  • Formatting compiler directives with inactive code is incorrect. #270
  • Fix "Fantômas" mistranslation in README. #273
  • Fix for preserve EOL feature. #275
  • rec keyword is removed from recursive modules #274
  • Access modifiers in method signatures in signature files are not formatted correctly. #284
  • #if FOO || BAR => #if FOO #280
  • override becomes member in interface implementations. #263
  • Operator >>.~ incorrectly formatted. #291
  • Bad choice of line break location in boolean equality expression. #248
  • Pipe operator inside quotation expression leads to wrong indentation. #256
  • broken indent by pipe formatting. #269

2.8.0 - 07-2018

  • Wrong indentation of else after comment #241
  • Change Content to None #238
  • Formatting of code with a pipe and a lambda expression #211
  • Added support for a global dotnet cli tool #252
  • Fix for chopped of members #239
  • Added option to preserve blank lines #143

2.7.1 - 03-05-2018

  • Hotfix for runtime problem when using dotnet cli tool

2.7.0 - 02-05-2018

  • Upgrade to .NET Core 2.0
  • Published as clitool
  • Upgrade to FCS 22.0.3
  • Single case DUs on same line #234
  • Removed whitespaces around type provider arguments #235

2.6.1 - 22-04-2017

  • Upgrade to FCS 11.0.4

2.5.0 - 19-02-2017

  • Upgrade to FCS 10.0.0

2.4.0 - 24-10-2016

  • Upgrade to FCS 8.0.0

2.3.0 - 10-07-2016

  • Upgrade to FCS 5.0.0

2.2.0 - 24-04-2016

  • Handle record types with private fields #197
  • Create a separate CLI NuGet package #196
  • Do not print out module names if not necessary #196

2.1.0 - 01-04-2016

  • Upgrade to FCS 2.0.0.8

2.0.2 - 15-11-2015

1.11.0 - 13-09-2015

1.10.0 - 29-08-2015

  • Improve formatting of bind operator #175

1.9.0 - 19-08-2015

1.8.0-beta - 19-07-2015

  • Migrate to F# 4.0 (#170)

1.7.0 - 10-06-2015

  • Print attributes on member arguments (#168)
  • Do not misrecognize "then" blocks in explicit constructors (#168)
  • Suppress whitespaces inside dot access (#168)
  • Insert brackets around tuples in type test patterns (#168)
  • Fix desugar patterns' bug exposed by FsCheck (#167)

1.6.0 - 25-10-2014

  • Add FAKE task helper

1.5.0 - 18-09-2014

  • Bugfix release

1.4.0 - 01-07-2014

  • Bugfix release

1.3.0 - 17-05-2014

  • Bugfix release

1.2.0 - 21-04-2014

  • Bugfix release

1.1.0 - 29-03-2014

  • Bugfix release

1.0.5 - 07-01-2014

  • Fully support F# 3.1
  • Compatible with F# on Mono
  • Handle external functions
  • Improve support of multiline strings
  • Implement various bug fixes

1.0.4 - 16-11-2013

  • Implement various bug fixes

1.0.3 - 04-10-2013

  • Implement various bug fixes
  • Synchronize version numbers with NuGet packages

0.7.1 - 11-09-2013

  • Support Visual Studio 2013 (not support F# 3.1 constructs yet)

0.7.0 - 16-08-2013

  • Implement formatting cursor positions
  • Implement reordering of open statements
  • Enhance indentation of anonymous functions
  • Add line breaks for nested let bindings
  • Implement various bug fixes

0.5.0 - 16-07-2013

  • Improve formatting of signatures
  • Improve UI interaction
  • Enhance spacing of function applications and arguments
  • Implement various bug fixes

0.4.1 - 02-07-2013

  • Initial release