Releases: ZhgChgLi/ZMarkupParser
Releases · ZhgChgLi/ZMarkupParser
v1.7.0
- 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).
v1.6.1
- Fixed FontWeightHTMLTagStyleAttribute mapping (Thanks to @5anniversary).
v1.6.0
- add vendor & sponsor color space section
- support
text-align
(@5anniversary )
v1.5.2
- add more test cases
- add sponsor / vendor color name
- add Pinkoi.com as sponsor & vendor for memorial
v1.5.1
v1.5.0
- Added support for parsing CSS Font-Family.
- Added more test cases
v1.4.0
v1.3.8
- add
<font>
tag and parsecolor=
attribute - add case style(upper or lower) to MarkupStyle
v1.3.7
- Added support for parsing
<s>
/<em>
/<pre>
/<blockquote>
/<code>
HTML tags.