Releases: eddiekaiger/SwiftyAttributes
Releases · eddiekaiger/SwiftyAttributes
Result Builder + Bug Fixes
Result Builder: #53
SPM Support + Wrappers
Add += operator
See #31
Support for Swift 5 and Xcode 10.2
Also drops support for everything below Swift 4.2.
Fix ambiguities with convenience initializer
Support for Swift 4.2 and Xcode 10
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. 🙌
Support for Custom Attributes
This adds support for custom, non-standard attributes with the new enum case Attribute.custom(String, Any)
. See #26 for details.
Swift 4.1 Warning Fixes
Fixes compilation warnings for Swift 4.1. See #24.
Naming Fixes for Swift 4
Renamed some methods to include a swifty
identifier to disambiguate from similar methods in Foundation
. See #19 .
Support for Swift 4 and 3.2
You can now use SwiftyAttributes whether you're on Swift 3.2 or 4.0 in Xcode 9 🎉 . See #17 for more details.