Releases: Nirma/Attributed
Releases · Nirma/Attributed
SPM
Summary
Added Swift Package Manager support.
Swift 5
Swift 5 project modernization, no major code changes.
Over the hill
This release contains various minor styling and formatting changes, functionality should not be affected.
Swifty 4.2
This release focuses solely on code changes necessary for Swift 4.2
Bounce
This release is a minor release that deals with a crash involving using the underline Attribute.
The issue is detailed here: #53
Great work @SaezChristopher ! Thanks so much!
Webster
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.
Line
This release addresses an issue with the the strike-through attribute not properly working, this issue has since been fixed and tested.
Enjoy!
Swifty Fix
This release addresses the issues in #41 where the carthage build was failing.
The tests have also been ported to Swift 4.
Enjoy!
Swift 4
This release adds no new features, it is solely for the purpose of porting Attributed
to Swift 4.
Offset
Summary
This release adds functionality for supporting the use of NSBaseLineAttributeName
through this library's interface.
Just call .baseOffset()
with an NSNumber
value specifying the offset you wish to use.