SwiftFormat v0.44.0 Release Notes

Release Date: 2020-01-15 // over 4 years ago
    • ๐Ÿ‘• Xcode Extension now includes Lint File option
    • Xcode Extension now preserves selection after formatting
    • ๐Ÿ‘Œ Improved range-based formatting in Xcode Extension
    • ๐Ÿ”ง Wrapping of function calls can now be configured separately from function declarations via the --wrapparameters option
    • ๐Ÿ›  Numerous improvements to wrapping and indenting logic (thanks to @AnthonyMDev for the fixes)
    • ๐Ÿ›  Fixed indent logic for unbalanced closing parens
    • ๐Ÿ›  Fixed self being removed incorrectly inside if statements
    • ๐Ÿ›  Fixed duplicate lint warnings
    • ๐Ÿ›  Fixed failure to fix indent at start of file
    • ๐Ÿ›  Fixed reported line index for consecutiveBlankLines rule