All Versions
11
Latest Version
Avg Release Cycle
125 days
Latest Release
1710 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.2.0 Changes
May 15, 2020 -
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 -
v4.3.0 Changes
June 05, 2018You 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 inFoundation
. See #19 . -
v4.0.0 Changes
September 16, 2017You 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.