Skip to content

SwiftRichString 3.7.0 - Swift 5.1+

Compare
Choose a tag to compare
@malcommac malcommac released this 26 Jan 19:10
· 10 commits to master since this release

Released on: 2020-01-26

IMPORTANT

Use 3.7.1 release instead of this build.
This build is affected by a bug in escaping string which prevents correct decoding of the XML string for StyleXML.

CHANGELOG:

  • #104 StyleXML issue with & character and other chars needs to be escaped. Introduced a new XMLParsingOptions to StyleXML's xmlParsingOptions property called escapeString (active by default). This function replace all non-parsable characters (by the internal NSXMLParser to parsable string which does not break the internal styling.
  • #102 StandardXMLAttributesResolver not recognizing links if custom style is provided for "a" tag.