Skip to content

Releases: ZhgChgLi/ZMarkupParser

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

v1.7.0

12 Dec 14:28
Compare
Choose a tag to compare
  • Fixed the issue with images not loading (the problem was incorrect file type inference).
    • Apologies for the inconvenience, but it was necessary to adjust the ZNSTextAttachment to accept the URLResponse MIME Type instead of relying solely on file extensions for file type inference.
  • Fixed and optimized line break issues (thanks to the adjustments and contributions from @charrondev).

fixed #43, #40

v1.6.1

03 Sep 11:50
Compare
Choose a tag to compare
  • Fixed FontWeightHTMLTagStyleAttribute mapping (Thanks to @5anniversary).