All Versions
11
Latest Version
Avg Release Cycle
125 days
Latest Release
1440 days ago

Changelog History
Page 1

  • v5.2.0 Changes

    May 15, 2020

    ๐Ÿ‘Œ Support for Swift Package Manager: #44
    Wrappers for UIKit: #34
    Plus other improvementts

  • v5.1.1 Changes

    April 24, 2019

    ๐Ÿ‘€ See #31

  • v5.1.0 Changes

    April 04, 2019

    ๐Ÿ‘ Also drops support for everything below Swift 4.2.

  • v5.0.0 Changes

    June 25, 2018

    ๐Ÿš€ This release updates the labels in the convenience initializer because it seems that the Swift compiler finds it conflicting with the initializer for NSAttributedString (see #29 and #30). This is a breaking change that will only affect people who use the convenience initializer.

  • v4.3.0 Changes

    June 05, 2018

    You can now use SwiftyAttributes with Swift 4.2 and Xcode 10! The library still works with Swift 3, lower versions of Swift 4, and Xcode 9. ๐Ÿ™Œ

  • v4.2.0 Changes

    April 27, 2018

    ๐Ÿ‘€ This adds support for custom, non-standard attributes with the new enum case Attribute.custom(String, Any). See #26 for details.

  • v4.1.1 Changes

    April 10, 2018

    ๐Ÿ›  Fixes compilation warnings for Swift 4.1. See #24.

  • v4.1.0 Changes

    September 18, 2017

    ๐Ÿ‘€ Renamed some methods to include a swifty identifier to disambiguate from similar methods in Foundation. See #19 .

  • v4.0.0 Changes

    September 16, 2017

    You can now use SwiftyAttributes whether you're on Swift 3.2 or 4.0 in Xcode 9 ๐ŸŽ‰ . See #17 for more details.

  • v3.2.0 Changes

    September 07, 2017

    ๐Ÿ›  Fixes SpellingState attribute for macOS on Swift 3.2. See #15 for more details.