Skip to content

Releases: ZhgChgLi/ZMarkupParser

v1.12.0

03 Dec 15:23

Choose a tag to compare

  • Fix and improve font-weight. #83
    Thanks, @Alex293, for the contribution.

v1.11.0

20 Sep 05:47

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

Choose a tag to compare

  • support parsing and mapping class / id attribute

v1.9.4

01 Jun 14:51

Choose a tag to compare

  • minor bug fixes

v1.9.3

30 May 15:20

Choose a tag to compare

  • optimize list item

v1.9.2

29 May 01:14

Choose a tag to compare

v1.9.1

28 May 16:30

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

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

Choose a tag to compare

  • minor bug fixes

v1.8.1

09 Feb 16:35

Choose a tag to compare

  • Fix the line break issue.