Fixes issue #3: entireString
method for unicode characters. Thanks @rapidfireworks!
Converted to Swift 4.2.
Removed use of deprecated String.characters
property, gets rid of compiler warning.
Converted to Swift 4.
Changed the documentation URL to point to github pages, because CocoaDocs is not generating the docs properly. So documentation is now at https://svdo.github.io/swift-RichString.
Fixed an issue where release builds of projects using RichString would give 'undefined symbol' linker errors.
Still no changes, still trying to get CocoaDocs generation to work, this time by explicitly adding
.swift-version
file.
No changes; just making another version hoping that CocoaDocs generation will now work correctly. See also: #1.
Added support for tvOS and watchOS.
When querying attributes, it is no longer required that they were applied to the entire range of the attributed string. Instead, the attribute value at the end of the string is used.
First version of the RichString framework.