ZMarkupParser Versions Save

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

v1.8.1

3 months ago
  • Fix the line break issue.

v1.8.0

3 months ago

v1.7.0

4 months ago
  • 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

8 months ago
  • Fixed FontWeightHTMLTagStyleAttribute mapping (Thanks to @5anniversary).

v1.6.0

8 months ago
  • add vendor & sponsor color space section
  • support text-align (@5anniversary )

v1.5.2

8 months ago
  • add more test cases
  • add sponsor / vendor color name
  • add Pinkoi.com as sponsor & vendor for memorial

v1.5.1

8 months ago
  • hot fix for #31

v1.5.0

9 months ago
  • Added support for parsing CSS Font-Family.
  • Added more test cases

v1.4.0

9 months ago
  • fix style inherit bug #23

v1.3.8

9 months ago
  • add <font> tag and parse color= attribute
  • add case style(upper or lower) to MarkupStyle