Skip to content

Releases: izyuumi/html2md-rs

v0.10.2

10 Dec 02:22
f8f6b78
Compare
Choose a tag to compare

0.10.2 (2024-12-10)

Bug Fixes

  • support non-ASCII input (8ac6684)

v0.10.1

06 Dec 20:00
8bb15fb
Compare
Choose a tag to compare

0.10.1 (2024-12-06)

Bug Fixes

  • hrefs with whitespace wrapped in <> (94e339c), closes #34

v0.10.0

16 Oct 21:55
6ee988e
Compare
Choose a tag to compare

0.10.0 (2024-10-16)

Features

  • create AttributeValues::from() (30b8ed5)

v0.9.2

19 Sep 20:56
0f064bb
Compare
Choose a tag to compare

0.9.2 (2024-09-19)

Bug Fixes

  • safely parse angle brackets in attribute values (4533121), closes #31

v0.9.1

21 Jun 14:13
62389d5
Compare
Choose a tag to compare

0.9.1 (2024-06-21)

Performance Improvements

  • to_md: use pattern binding for rendering headers (ded0f3b)

v0.9.0

21 Jun 07:03
d6a581f
Compare
Choose a tag to compare

0.9.0 (2024-06-21)

Features

  • custom configuration for how to render md (2fd820a), closes #28

Bug Fixes

  • fix cargo clippy issues (32b5a9c)

v0.8.2

26 Apr 22:06
7aedda2
Compare
Choose a tag to compare

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

07 Apr 21:33
b62c07c
Compare
Choose a tag to compare

0.8.1 (2024-04-07)

Bug Fixes

  • allow spaces between equal sign and value (f604f81), closes #25

v0.8.0

03 Apr 23:01
4f27175
Compare
Choose a tag to compare

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

01 Apr 12:07
0431bcb
Compare
Choose a tag to compare

0.7.2 (2024-04-01)

Bug Fixes

  • set expect_quotation_mark flag to false (d313e94), closes #21