Skip to content

Releases: letmutex/htmd

v0.3.0

08 Aug 15:07
d119e1a
Compare
Choose a tag to compare

What's Changed

New Contributors

Special thanks to @bjones1 for making this release possible!

NOTE: htmd now requires Rust 1.70.0 or newer

Full Changelog: v0.2.2...v0.3.0

v0.2.2

21 May 10:11
Compare
Choose a tag to compare

What's Changed

  • Implement Clone and Copy traits for option enums by @letmutex in #35
  • . update html5ever to 0.31.0 by @jeremychone in #36
  • Fix table header conversion and prettify markdown table output by @letmutex in #37

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 May 11:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 May 15:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.0

v0.1.6

11 Jul 07:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

27 Jun 06:02
Compare
Choose a tag to compare

What's Changed

  • Change all fields of Element to references by @letmutex in #13
  • Support resolving code block language from pre tag by @letmutex in #15

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Jun 23:16
Compare
Choose a tag to compare

What's Changed

  • Add a benchmark for convert() by @letmutex in #9
  • Optimize string concatenation, this makes htmd ~20% faster! by @letmutex in #10
  • Optimize get_node_tag_name(), this makes htmd ~23% faster! by @letmutex in #11
  • Handle spaces in the URL by @letmutex in #12

Full Changelog: v0.1.3...v0.1.4

v0.1.3

23 Jun 12:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 Jun 11:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

20 Jun 04:28
Compare
Choose a tag to compare

What's Changed

  • Add GitHub CI workflow by @letmutex in #4
  • Implement Debug for Options by @letmutex in #5
  • Make HtmlToMarkdown thread-safe when only working builtin tag handlers by @letmutex in #6

New Contributors

Full Changelog: https://github.com/letmutex/htmd/commits/v0.1.1