SwiftFormat v0.25.0 Release Notes

Release Date: 2017-03-07 // about 7 years ago
    • ๐Ÿ‘€ The stripHeaders rule is now fileHeaders, which can strip or replace header comments with a template (see README)
    • โž• Added hoistPatternLet rule that moves let and var to the beginning of switch/case patterns
    • โž• Added redundantReturn rule that strips the return keyword from single-line closures
    • โž• Added redundantBackticks rule that removes unnecessary backtick escaping of keywords