You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove Fsi, Stdin and Stdout.
* Update the meaning of --force.
* Don't processFolder asynchronously.
* Mention invalid result when force is active.
Don't print exception stacktrace.
* Add test to cover --force functionality.
* Update documentation.
* Add changelog entry.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,23 @@
1
1
# Changelog
2
2
3
-
## [Unreleased]
3
+
## [5.0.0-alpha-011] - 2022-07-08
4
4
5
5
### Changed
6
6
* Restore the CodeFormatter.MakeRange public API. [#2306](https://github.com/fsprojects/fantomas/pull/2306)
7
7
* Update FCS to 'Add arrow to SynType.Fun trivia.', commit 5a5a5f6cd07aa4a8326baa07d4f7af1305ced6f4
8
8
* Update FCS to 'Fix setter first', commit 267d0a57f217df756d9ac33c6aa4ffbfe3b53097
9
9
* Update style of long if/match expressions (See [fslang-design#646](https://github.com/fsharp/fslang-design/issues/646)). [#2334](https://github.com/fsprojects/fantomas/pull/2334)
10
+
*`--force` will now write a file even when the result is invalid. [#2346](https://github.com/fsprojects/fantomas/issues/2346)
--fsi <string> Read F# source from stdin as F# signatures.
33
-
--stdin Read F# source from standard input.
34
-
--stdout Write the formatted source code to standard output.
35
-
--out <string> Give a valid path for files/folders. Files should have .fs, .fsx, .fsi, .ml or .mli extension only.
32
+
--out <string> Give a valid path for files/folders. Files should have .fs, .fsx, .fsi, .ml or .mli extension only. Multiple files/folders are not supported.
36
33
--check Don't format files, just check if they have changed. Exits with 0 if it's formatted correctly, with 1 if some files need formatting and 99 if there was an internal error
37
34
--daemon Daemon mode, launches an LSP-like server to can be used by editor tooling.
0 commit comments