Releases: vectorform/Texty
Releases · vectorform/Texty
Swift 5.0 Support
Added support for Swift 5.0 and implemented various bug fixes.
Xcode 10 & Swift 4.2 Support
Added support for Swift 4.2 and Xcode 10.
Xcode 9 & Swift 4 Support
Added support for Swift 4 and Xcode 9.
Adding TextyButton and TextyTextView
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
Documentation for the project has been updated
Carthage Support
This release adds support for Carthage.
0.1.1
Contains a new implementation of the tag parser allowing for a few more features.