Skip to content

Releases: Nirma/Attributed

SPM

14 Mar 07:19
d9c3117
Compare
Choose a tag to compare

Summary

Added Swift Package Manager support.

Swift 5

08 Apr 16:02
a49aff8
Compare
Choose a tag to compare

Swift 5 project modernization, no major code changes.

Over the hill

09 Feb 15:58
Compare
Choose a tag to compare

This release contains various minor styling and formatting changes, functionality should not be affected.

Swifty 4.2

25 Sep 07:06
35bed3d
Compare
Choose a tag to compare

This release focuses solely on code changes necessary for Swift 4.2

Bounce

26 May 02:18
92598b3
Compare
Choose a tag to compare

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

27 Mar 08:37
Compare
Choose a tag to compare

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

30 Oct 09:31
Compare
Choose a tag to compare

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

23 Sep 10:56
Compare
Choose a tag to compare

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

22 Sep 06:33
Compare
Choose a tag to compare

This release adds no new features, it is solely for the purpose of porting Attributed to Swift 4.

Offset

20 Jul 09:51
Compare
Choose a tag to compare

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.