Skip to content

Releases: ZhgChgLi/ZMarkupParser

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).

v1.6.0

27 Aug 15:53
Compare
Choose a tag to compare
  • add vendor & sponsor color space section
  • support text-align (@5anniversary )

v1.5.2

15 Aug 13:40
Compare
Choose a tag to compare
  • add more test cases
  • add sponsor / vendor color name
  • add Pinkoi.com as sponsor & vendor for memorial

v1.5.1

14 Aug 15:16
Compare
Choose a tag to compare
  • hot fix for #31

v1.5.0

03 Aug 06:41
Compare
Choose a tag to compare
  • Added support for parsing CSS Font-Family.
  • Added more test cases

v1.4.0

23 Jul 05:39
Compare
Choose a tag to compare
  • fix style inherit bug #23

v1.3.8

11 Jul 15:45
Compare
Choose a tag to compare
  • add <font> tag and parse color= attribute
  • add case style(upper or lower) to MarkupStyle

v1.3.7

14 Apr 02:08
3d15685
Compare
Choose a tag to compare
  • Added support for parsing <s>/<em>/<pre>/<blockquote>/<code> HTML tags.

v1.3.6

18 Mar 04:05
Compare
Choose a tag to compare
  • Remove redundant spaces if the

    tag is empty or is a self-closing tag. #16

  • Add support for rendering HTML entities by default. #14