SwiftFormat v0.26.0 Release Notes

Release Date: 2017-03-13 // about 7 years ago
    • โž• Added redundantSelf rule for removing the self prefix from member references in cases where it isn't needed
    • โž• Added --verbose command-line option for tracking which rules were applied to each file
    • โž• Added --patternlet command-line option for toggling behavior of the hoistPatternLet rule
    • ๐Ÿ›  Fixed bug where escaped arguments were treated as unused
    • ๐Ÿ›  Fixed some unusedArguments cases
    • The redundantBackticks rule now handles more cases