SwiftFormat v0.44.8 Release Notes

Release Date: 2020-05-01 // about 4 years ago
    • ๐Ÿ›  Fixed a significant performance regression introduced in 0.44.6
    • ๐Ÿ”„ Changed ordering of override keyword in specifier lists to match SwiftLint
    • ๐Ÿ›  Fixed timeout due to infinite recursion when formatting nested comments
    • ๐Ÿ‘• The trailingSpace rule is now called before indent to avoid noise when linting
    • ๐Ÿ›  Fixed bug where unusedArguments rule ignored all arguments if any was already ignored
    • ๐Ÿ›  Fixed redundantParens rule breaking closure argument lists where argument is named self
    • ๐Ÿ›  Fixed indenting of multiline string interpolations
    • ๐Ÿ›  Fixed broken formatting of multiline string interpolations
    • ๐Ÿ›  Fixed crash in wrap rule
    • The wrap rule now favors wrapping function args over wrapping at . operator
    • ๐Ÿ›  Fixed a bug with indenting of pre-formatted multiline comments
    • ๐Ÿ›  Fixed a misleading error message relating to --tabwidth option