- Fixed issue where trailing commas were unexpectedly removed from initializer argument lists when using
--trailing-commas always
. - Fixed issue where
redundantPublic
rule didn't handle extensions on types defined in public extensions. - Added
@Bindable
to list of SwiftUI property wrappers used byorganizeDeclarations
rule. - Fixed case-sensitivity issue with
preferFileMacro
rule.