Releases: ZhgChgLi/ZMarkupParser
Releases · ZhgChgLi/ZMarkupParser
v1.3.6
v1.3.5
- support rendering
<h1>
/<h2>
/<h3>
/<h4>
/<h5>
/<h6>
to correspond with their respective sizes.*1
*1 you can modify them in the builder during runtime by using ZHTMLParserBuilder.initWithDefault().add(H1_HTMLTagName(), withCustomStyle: MarkupStyle(font: MarkupStyleFont(size: 18, weight: .style(.semibold)))).build()
.
Thanks to @makhocheung for noticing that I missed supporting H tags. #12
v1.3.3
- add
MarkupStylePolicy
, you can specify in ZHTMLParserBuilder to decide HTML Style Attribute merge policy - fix performance tests
- add Technical Detail
v1.3.2
- fixed
<table>
format - increase test coverage
v1.3.0
v1.2.5
- Fix Extend Style Attribute
v1.2.4
- bug fixed
- add more tests
v1.2.1
- fix memory leak
v1.1.9
- fix render result should be nil if markstyle is nil
v1.1.8
- update pod spec