SwiftFormat v0.28.3 Release Notes

Release Date: 2017-04-20 // almost 7 years ago
    • ๐Ÿ›  Fixed bug where self was incorrectly removed in a closure immediately after a var declaration
    • ๐Ÿ›  Fixed incorrect insertion of self before a subscript get or set block
    • ๐Ÿ›  Fixed incorrect insertion of self after an import class statement
    • ๐Ÿ›  Fixed bug where self was not inserted after a return statement