SwiftFormat v0.50.4 Release Notes

Release Date: 2022-11-23 // over 1 year ago
    • โž• Added Swift package command plugin
    • โž• Added docComments rule to convert between regular and documentation comments
    • ๐Ÿ›  Fixed redundantLet rule incorrectly stripping let inside Result Builders
    • ๐Ÿ›  Fixed void rule in cases where Void has been locally shadowed
    • ๐Ÿ›  Fixed fileHeader rule when file only contains header comment
    • ๐Ÿ›  Fixed unexpected indent and spurious wrap warning for blank lines
    • ๐Ÿ›  Fixed parsing bug in redundantSelf rule