Skip to content

Releases: vectorform/Texty

Swift 5.0 Support

23 Mar 17:57
Compare
Choose a tag to compare

Added support for Swift 5.0 and implemented various bug fixes.

Xcode 10 & Swift 4.2 Support

16 Jan 21:18
8d7f438
Compare
Choose a tag to compare

Added support for Swift 4.2 and Xcode 10.

Xcode 9 & Swift 4 Support

18 Jan 18:27
Compare
Choose a tag to compare

Added support for Swift 4 and Xcode 9.

Adding TextyButton and TextyTextView

23 May 21:42
Compare
Choose a tag to compare

TextyButton has been added to fully support UIButton and multiple states.

TextyTextView has been added to have minimal support for UITextView. It does not support editing.

TextStyle has been converted from a struct to a class. This prevents issues with properties inside a style being shared instances. This now means you need to use the copy constructor for TextStyle if you want to make a copy.

Updated documentation

26 Apr 22:08
Compare
Choose a tag to compare

Documentation for the project has been updated

Carthage Support

24 Apr 20:17
Compare
Choose a tag to compare

This release adds support for Carthage.

0.1.1

21 Apr 15:09
Compare
Choose a tag to compare

Contains a new implementation of the tag parser allowing for a few more features.