Skip to content

v1.3

Choose a tag to compare

@petercv petercv released this 23 Aug 11:01
· 3 commits to main since this release
eccaef3
  • Added replace and replaceMatches methods to AttributedString for replacing substrings and regex matches within
    attributed (sub-)strings.
  • Added withoutAttribute method to AttributedString for removing specific attributes from the string.
  • Added static fromString method to AttributedString 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