Skip to content

Releases: eddiekaiger/SwiftyAttributes

Result Builder + Bug Fixes

16 Mar 16:15
3951ee4
Compare
Choose a tag to compare

SPM Support + Wrappers

15 May 17:46
0fbf992
Compare
Choose a tag to compare

Support for Swift Package Manager: #44
Wrappers for UIKit: #34
Plus other improvementts

Add += operator

24 Apr 01:10
afbacf5
Compare
Choose a tag to compare

Support for Swift 5 and Xcode 10.2

04 Apr 01:05
Compare
Choose a tag to compare

Also drops support for everything below Swift 4.2.

Fix ambiguities with convenience initializer

25 Jun 19:16
18df307
Compare
Choose a tag to compare

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.

Support for Swift 4.2 and Xcode 10

05 Jun 04:44
f1cacc8
Compare
Choose a tag to compare

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

27 Apr 06:39
Compare
Choose a tag to compare

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

10 Apr 06:23
8477f72
Compare
Choose a tag to compare

Fixes compilation warnings for Swift 4.1. See #24.

Naming Fixes for Swift 4

18 Sep 21:52
Compare
Choose a tag to compare

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

Support for Swift 4 and 3.2

16 Sep 16:10
Compare
Choose a tag to compare

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