SwiftyAttributes Versions Save

A Swifty API for attributed strings

v5.3.0

1 year ago

Result Builder: #53

v5.2.0

4 years ago

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

v5.1.1

5 years ago

See #31

v5.1.0

5 years ago

Also drops support for everything below Swift 4.2.

v5.0.0

5 years ago

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

5 years ago

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

6 years ago

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

v4.1.1

6 years ago

Fixes compilation warnings for Swift 4.1. See #24.

v4.1.0

6 years ago

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

v4.0.0

6 years ago

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