Skip to content

0.50400.0

Compare
Choose a tag to compare
@allevato allevato released this 28 Apr 22:49
9c15831

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 in lint mode; unparsable files are silently ignored and no diagnostic is emitted. (fc3fab6)
  • #if declarations surrounding case clauses inside a switch 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)