SwiftFormat v0.43.3 Release Notes

Release Date: 2019-12-31 // over 4 years ago
    • ๐Ÿ—„ Deprecated ranges rule and --ranges option (use --nospaceoperators with spaceAroundOperators rule instead)
    • ๐Ÿšš The redundantSelf rule no longer removes self in cases where property requirea backtick escaping
    • ๐Ÿ›  Fixed bug with --nospaceoperators potentially removing required spaced near linebreaks
    • ๐Ÿ›  Fixed spurious lint warnings in spaceAroundOperators, indent and wrap rules
    • ๐Ÿ‘Œ Improved wrapping heuristic for closures to avoid splitting expressions if avoidable
    • ๐Ÿ›  Fixed indenting of closing brace for line-wrapped closures
    • ๐Ÿ›  Fixed indent rule performance regression introduced in 0.43.2
    • โž• Added warnings for deprecated options in config file