Skip to content

Releases: fsprojects/fantomas

November 7th Release

07 Nov 20:39
214c88e
Compare
Choose a tag to compare

5.1.1

Fixed

  • Comment is removed when using array index access syntax, without a leading dot. #2611
  • Interface in object expression is not printed. #2604

Special thanks to @nojaf

https://www.nuget.org/packages/fantomas/5.1.1

November release

04 Nov 12:13
e8c11d5
Compare
Choose a tag to compare

5.1.0 Kaisarion - 11/2022

Dear all,

This release marks v5.1 as the next stable version of Fantomas.
The most notable changes are:

The full changelog can be found here.

Special thanks to @dawedawe and @stefan-schweiger.

https://www.nuget.org/packages/fantomas/5.1.0

October 13th Release

13 Oct 07:58
9f378a3
Compare
Choose a tag to compare

5.0.6

Fixed

  • Overly aggressive de-indentation. #2110
  • Broken comma in match expression in parameter invocation. #1869

Special thanks to @dawedawe!

https://www.nuget.org/packages/fantomas/5.0.6

October 7th Release

07 Oct 07:28
4f7ee19
Compare
Choose a tag to compare

5.0.5

Fixed

  • Function lambda with type annotation breaks code. #2295
  • Incorrect scope chosen for trivia, hence comments lost. #2535

Special thanks to @dawedawe!

https://www.nuget.org/packages/fantomas/5.0.5

October 4th Release

04 Oct 06:43
6d08844
Compare
Choose a tag to compare

5.0.4

Fixed

  • Additional space before equals sign. #2548
  • Idempotency problem when DotSet / App / Paren. #2549

https://www.nuget.org/packages/fantomas/5.0.4

September 29th Release

29 Sep 12:35
f1ec008
Compare
Choose a tag to compare

5.0.3

Fixed

  • Comments in anonymous record deleted after formatting. #2538

Special thanks to @edgarfgp!

https://www.nuget.org/packages/fantomas/5.0.3

September 22nd Release

22 Sep 16:34
86f6453
Compare
Choose a tag to compare

5.0.2

Fixed

  • Wrong generic constraint placement in ML-style generic definitions with multiple type parameters. #1868
  • Incorrect async indentation when inside of a match. #2501
  • Conditional directives before expression leads to invalid code with Stroustrup. #2517

Documented

  • Building Fantomas in Visual Studio for dev errors. #2447

Special thanks to @josh-degraw!

https://www.nuget.org/packages/fantomas/5.0.2

September 18th Release

18 Sep 12:53
24ee3b1
Compare
Choose a tag to compare

5.0.1

Fixed

  • Items.Item <index> <- value gives wrong code. #2498
  • Incorrect Stroustrup indentation with let binding for anonymous record with expression. #2508
  • Equality comparison with a record with a with expression results in broken code. #2507
  • Stroustrup record type definition with access modifiers and members lead to invalid F# code #2511

Special thanks to @dawedawe and @josh-degraw

https://www.nuget.org/packages/fantomas/5.0.1

September release

16 Sep 16:27
bd18a08
Compare
Choose a tag to compare

5.0.0 Get Back - 09/2022

Dear all,

This release marks v5 as the next stable version of Fantomas.
More information on the contents of v5 can be found in this blog post.
The technical changes are described in this blog post.

On a personal note, I would like to dedicate this release to Alexander Scammon and Sir James Paul McCartney for inspiring me to embrace some community influence.

In case you may have missed it, we now have a website and a brand new documentation website.
We would like to thank @alanlomeli for his efforts on the documentation.

Finally, yet importantly, we can only say tremendous thanks to every involved contributor and friend of the project.
No specific order we would like to thank:
@dawedawe, @jindraivanek, @edgarfgp, @DedSec256, @baronfel, @alanlomeli, @thinkbeforecoding, @mataha, @theimowski, @josh-degraw, @cgravill, @sheridanchris, @njlr, @sergey-tihon, @dsyme, @isaacabraham, @Smaug123, @safesparrow, @c-rindi, @jgiannuzzi and @stackedsax.

https://www.nuget.org/packages/fantomas/5.0.0

v5.0.0-beta-010

10 Sep 06:43
e1bd963
Compare
Choose a tag to compare
v5.0.0-beta-010 Pre-release
Pre-release

5.0.0-beta-010

Fixed

  • Record definition with accessibility modifier error using stroustrup style. #2481
  • Comments between tuple type are lost. #2149
  • Stack overflow on macOS with a big source-file. #2485

Special thanks to @sheridanchris, @alanlomeli and @njlr !

https://www.nuget.org/packages/fantomas/5.0.0-beta-010