SwifterSwift v1.3 Release Notes

  • This version adds more than 90 new extensions making it the widest extensions library available online for Swift 3 with more than 360 properties and methods for more than 35 type. โšก๏ธ This is the biggest update since library launch! We're so excited ๐Ÿค“

    Here are some changes:

    • โšก๏ธ Updated some properties and methods names to follow Swift API Design Guidelines.
    • โž• Added default values to methods parameters (where possible).
    • ๐Ÿ“š All units documentation has been re-written in Xcode,
      • Now you see "SwifterSwift: " at the beginning of description to know the source of the extension while writing your code.
      • All method parameters and return types have been documented in Xcode as well.
      • All extensions documentation has been re-written in Wiki, separating properties from methods in different tables.
    • All extensions files re-organized in separate extensions based on type (properties, methods, initializers, ..)
    • ๐Ÿ›  Fixed some bugs where some extensions were not public.
    • ๐Ÿ†• New section explaining how to add new extensions in Contributing Guidelines
    • And finally: new logo