SwiftFormat v0.24.3 Release Notes

Release Date: 2017-01-26 // over 7 years ago
    • ๐Ÿ›  Fixed critical bug where unused inout closure arguments were mangled
    • ๐Ÿ›  Fixed critical bug where comma was incorrectly inserted into subscript expressions
    • ๐Ÿ›  Fixed critical bug where functions named "get" could be incorrectly stripped
    • Unused arguments are now handled correctly in init and subscript functions
    • ๐Ÿ›  Fixed bug where _ was doubled up for unused closure arguments