SwiftRichString v3.7.0 Release Notes

Release Date: 2020-01-26 // about 4 years ago
  • Released on: 2020-01-26

    ๐Ÿ”„ 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.