Skip to content

Releases: ZhgChgLi/ZMarkupParser

v1.11.0

20 Sep 05:47
Compare
Choose a tag to compare
  • Fix excessive whitespace issue in <p> tags (based on browser behavior) #75
  • Fix iOS 18 Crash issue #77

v1.10.0

14 Jun 16:11
73e145f
Compare
Choose a tag to compare
  • support parsing and mapping class / id attribute

v1.9.4

01 Jun 14:51
Compare
Choose a tag to compare
  • minor bug fixes

v1.9.3

30 May 15:20
Compare
Choose a tag to compare
  • optimize list item

v1.9.2

29 May 01:14
Compare
Choose a tag to compare

v1.9.1

28 May 16:30
Compare
Choose a tag to compare
  • Good news, we can now perfectly adapt the conversion effect of HTML List Items <ul><ol>.
  • minor bug fixes
  • usage readme

render HTML List:

<ul>
  <li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
  <li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
  <li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.

<ul>
  <li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
  <li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
  <li>ZMarkupParser is a pure-Swift library that helps you convert HTML strings into NSAttributedString with customized styles and tags.</li>
</ul>
</li>
</ul>

with

v1.9.0

28 May 13:47
Compare
Choose a tag to compare
  • Good news, we can now perfectly adapt the conversion effect of HTML List Items <ul><ol>.

v1.8.2

18 May 10:58
Compare
Choose a tag to compare
  • minor bug fixes

v1.8.1

09 Feb 16:35
Compare
Choose a tag to compare
  • Fix the line break issue.

v1.8.0

14 Jan 08:06
Compare
Choose a tag to compare