SwiftFormat v0.43.2 Release Notes

Release Date: 2019-12-28 // over 4 years ago
    • โž• Added --nospaceoperators option for selectively removing space around specific operators
    • ๐Ÿ‘ Allow self in lazy vars when Swift 4 and above
    • ๐Ÿ›  Fixed spurious lint warning when using a custom header with fileHeader rule
    • ๐Ÿ›  Fixed bugs with indenting of consecutive comments
    • ๐Ÿ›  Fixed resolving of macOS aliases when using --symlinks follow
    • โž• Added explicit stdin parameter option
    • ๐Ÿ›  Fixed stdin timeout flakiness
    • ๐Ÿ›  Fixed bug with andOperator replacing && with , inside ViewBuilders