-
Version 2.0.1
-
Version 1.1.0 (for Swift 4)
-
Version 1.0.1 (for Swift 4)
-
Version 0.9.10 (Latest Swift 3.x compatible version)
-
Version 0.9.9
-
Version 0.9.8
-
Version 0.9.5
- Release Date: 2018-05-20
- Zipped Version: Download 2.0.1
This is a total rewrite of the library to simplify and consolidate the APIs functionalities. See documentation in README for detailed informations.
- Release Date: 2017-12-28
- Zipped Version: Download 1.1.0
- #26 Fixed an issue when parsing
<br>inMarkupStringclass - #29 Fixed several warnings coming to Swift 4
- Release Date: 2017-09-14
- Zipped Version: Download 1.0.0
This is the first version compatible with Swift 4.
- Release Date: 2017-09-18
- Zipped Version: Download 0.9.10
Fix minor issue compiling with Xcode 9 and Swift 3.2
-
Release Date: 2017-07-06
-
Zipped Version: Download 0.9.9
-
#18 Added
renderTags(withStyles:)func inStringextension. It will a shortcut to parse an html-tagged string and return theNSMutableAttributedStringinstance. -
#19
MarkupStringclasses does notthrowsanymore; when parsing fails to invalid strings it will returnnil. -
#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) -> NSMutableAttributedStringand accepts an array ofRegExpPatternStylesstructs (which defines the regexp rule, options and and array ofStyleto apply on match).defaultparameter allows you to set a default style to apply before rules are evaluated. -
#2 Resolved an issue with CocoaPods
-
#20 Added compatibility with
watchOS,tvOSandmacOS.
-
Release Date: 2017-04-02
-
Zipped Version: Download 0.9.8
-
[#4] Added
set(stylesArray:)with func inStringextension
-
Release Date: 2017-03-01
-
Zipped Version: Download 0.9.5
-
#4 Added support for
.writingDirection
