Changelog History
-
v3.0.0 Changes
April 08, 2019Swift 5 project modernization, no major code changes.
-
v2.2.1 Changes
February 09, 2019π This release contains various minor styling and formatting changes, functionality should not be affected.
-
v2.2.0 Changes
September 25, 2018π This release focuses solely on code changes necessary for Swift 4.2
-
v2.1.1 Changes
May 26, 2018π This release is a minor release that deals with a crash involving using the underline Attribute.
The issue is detailed here: #53Great work @SaezChristopher ! Thanks so much!
-
v2.1.0 Changes
March 27, 2018π This release makes the dictionary held by the
Attributes
struct public.
The state of this dictionary still can not be edited, but it can now be read. -
v2.0.2 Changes
October 30, 2017π This release addresses an issue with the the strike-through attribute not properly working, this issue has since been fixed and tested.
Enjoy!
-
v2.0.1 Changes
September 23, 2017π This release addresses the issues in #41 where the carthage build was failing.
β The tests have also been ported to Swift 4.
Enjoy!
-
v2.0.0 Changes
September 22, 2017π This release adds no new features, it is solely for the purpose of porting
Attributed
to Swift 4. -
v1.3.0 Changes
July 20, 2017Summary
π This is a purely additive release.
π This release adds functionality for supporting the use of
NSBaseLineAttributeName
through this library's interface. Just call.baseOffset()
with anNSNumber
value specifying the offset you wish to use. -
v1.2.0 Changes
June 16, 2017Summary
π This is a purely additive release.
The new functionality is the addition of the function
uniformLineHeight
:func uniformLineHeight(\_ uniformLineHeight: CGFloat) -\> Attributes { ... }
This function is to be used when an attributed string has the same value for both
minimumLineHeight
andmaximumLineHeight
π allowing this to be specified in one line rather than two.Side Note
π² Up until now I have not been keeping a change log, despite believing in their value when trying to piece together the history of a repository.
π From this release forward there is a proper change log in the root of this repository here.