- Added Github actions log reporter (see
--reporter
option for details) - Fixed bug where
redundantType
sometimes stripped in cases where it couldn't be inferred - The
redundantType
rule now supports removing type in more cases where supported - Made SwiftFormat for Xcode instructions dynamic according to OS version
- Fixed bug where a trailing comma could be left behind by
opaqueGenericParameters
rule - Fixed bug where
wrapAttributes
rule sometimes wrapped inline attributes like@MainActor
- Improved support for
// swiftformat:options
comment directives - Removed deprecated options from the example
.swiftformat
file