SwiftFormat v0.38.0 Release Notes

Release Date: 2019-01-29 // about 5 years ago
    • ➕ Added support for building, running and testing SwiftFormat on Linux
    • ➕ Added --swiftversion option for version-specific features
    • ➕ Added anyObjectProtocol rule to replace class with AnyObject in protocol declarations
    • ➕ Added redundantBreak rule that removes unneeded breaks from switch cases
    • ➕ Added strongifiedSelf rule which removed backticks in if letself= self {}
    • 🚚 The redundantReturn rule now removes void returns as well as ones that return a value
    • 📇 Renamed some option values for consistency
    • The Xcode Extension app now shows tooltips on Options tab