Skip to content

Releases: malcommac/SwiftRichString

SwiftRichString 1.0.1 - for Swift 4.x

18 Sep 09:37
Compare
Choose a tag to compare

SwiftRichString 0.9.9

06 Jul 23:10
Compare
Choose a tag to compare
  • #18 Added renderTags(withStyles:) func in String extension. It will a shortcut to parse an html-tagged string and return the NSMutableAttributedString instance.
  • #19 MarkupString classes does not throws anymore; when parsing fails to invalid strings it will return nil.
  • #5 A new function is added to parse multiple regular expressions and apply to each one one or more styles. It's called func set(regExpStyles: [RegExpPatternStyles], default dStyle: Style? = nil) -> NSMutableAttributedString and accepts an array of RegExpPatternStyles structs (which defines the regexp rule, options and and array of Style to apply on match). default parameter allows you to set a default style to apply before rules are evaluated.
  • #2 Resolved an issue with CocoaPods
  • #20 Added compatibility with watchOS, tvOS and macOS.

0.9.4

19 Dec 12:38
Compare
Choose a tag to compare
  • [FIX #1 ] Fixed an issue with UnderlineAttribute class and NSUnderlineStyle attribute.

0.9.3

14 Dec 13:23
Compare
Choose a tag to compare
  • Minor optimization
  • API Name changes

0.9.2

09 Dec 14:42
Compare
Choose a tag to compare

First release
Published on Dec, 09 2016