Releases: izyuumi/html2md-rs
Releases · izyuumi/html2md-rs
v0.10.1
0.10.1 (2024-12-06)
Bug Fixes
- hrefs with whitespace wrapped in <> (94e339c), closes #34
v0.10.0
0.10.0 (2024-10-16)
Features
- create AttributeValues::from() (30b8ed5)
v0.9.2
0.9.2 (2024-09-19)
Bug Fixes
- safely parse angle brackets in attribute values (4533121), closes #31
v0.9.1
0.9.1 (2024-06-21)
Performance Improvements
- to_md: use pattern binding for rendering headers (ded0f3b)
v0.9.0
0.9.0 (2024-06-21)
Features
- custom configuration for how to render md (2fd820a), closes #28
Bug Fixes
v0.8.2
0.8.2 (2024-04-26)
⚠ BREAKING CHANGES
- rename NodeType::from_str() with NodeType::from_tag_str
Bug Fixes
- rename NodeType::from_str() with NodeType::from_tag_str (04a058d)
Miscellaneous Chores
v0.8.1
0.8.1 (2024-04-07)
Bug Fixes
- allow spaces between equal sign and value (f604f81), closes #25
v0.8.0
0.8.0 (2024-04-03)
⚠ BREAKING CHANGES
- enhance HTML attribute parsing and representation
Features
- enhance HTML attribute parsing and representation (ec66ebc)
- support for boolean attributes (8ad63bb)
Bug Fixes
- add deprecated flag to
from_html_to_md
(eb56449)
- support for non-quoted attribute values (956af83), closes #23
v0.7.2
0.7.2 (2024-04-01)
Bug Fixes
- set
expect_quotation_mark
flag to false (d313e94), closes #21