0.50400.0
This release is compatible with Swift 5.4.
Significant changes since the last release:
- The
--parallel
flag supports formatting multiple files in parallel. This should be much faster when formatting large numbers of files. (a062ec8) - The
--ignore-unparsable-files
flag is now honored inlint
mode; unparsable files are silently ignored and no diagnostic is emitted. (fc3fab6) #if
declarations surroundingcase
clauses inside aswitch
statement are formatted correctly. (8df2cb0)UseLetInEveryBoundCaseVariable
no longer produces incorrect diagnostics for certain patterns. (c3c17ad)BeginDocumentationCommentWithOneLineSummary
has been made opt-in by default. (22118db)UseSynthesizedInitializer
now produces more accurate diagnostics by considering the visibility of the stored properties in the type. (dd87cc2)