Attributed v1.2.0 Release Notes

Release Date: 2017-06-16 // almost 7 years ago
  • Summary

    🚀 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 and maximumLineHeight
    👍 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.