Skip to content

0.50500.0

Compare
Choose a tag to compare
@allevato allevato released this 21 Sep 23:59
f872223

This release is compatible with Swift 5.5.

Significant changes since the last release:

  • New concurrency syntax added in Swift 5.5 is supported. (427d314)
  • Closures with attributes in their function signature are supported. (35e8687)
  • Significant stability and performance improvements have been made to --parallel format mode. (6d500ea)
  • generate-pipeline no longer uses a hardcoded list of suppressed rules, instead marking those rules as opt-in. This makes two "new" rules available (they have always had implementations but have been suppressed): UseEarlyExits and UseWhereClausesInForLoops. These rules are not currently stable or well-tested so they are disabled by default. (6bd3a55)