Releases: fsprojects/fantomas
October 13th Release
October 7th Release
October 4th Release
5.0.4
Fixed
September 29th Release
September 22nd Release
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!
September 18th Release
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
September release
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.
v5.0.0-beta-010
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 !
v5.0.0-beta-009
v5.0.0-beta-008
5.0.0-beta-008
Fixed
- List of functions misaligned and breaks (Elmish). #2158
- Idempotency problem when Elmish Html. #2195
- Splitting list results in code that doesn't compile. #2201
- Idempotency problem when using a list with interpolated strings. #2242
- Idempotency problem when using set and spread syntax. #2392
- Formatting (*) returns ( * ). #2452
- Comment after last case of function with operator is removed. #2454
- Trailing whitespace in block comments should be preserved. #2450
Special thanks to @cgravill and @alanlomeli!