v1.3
- Added
replace
andreplaceMatches
methods toAttributedString
for replacing substrings and regex matches within
attributed (sub-)strings. - Added
withoutAttribute
method toAttributedString
for removing specific attributes from the string. - Added static
fromString
method toAttributedString
for creating an attributed string from a plain string. - Fixed an issue in
MarkdownEncoder
where trailing whitespace was not properly handled.
Full Changelog: v1.2...v1.3