Releases: letmutex/htmd
Releases · letmutex/htmd
v0.3.0
What's Changed
- Fix: correctly indent ordered lists by @bjones1 in #38
- Update rust editing by @bjones1 in #39
- Fix: correct spacing between elements. by @bjones1 in #40
- Fix: combine adjacent similar elements. by @bjones1 in #41
- Fix: Update libraries to current releases. by @bjones1 in #42
- Fix: emphasis inside words. by @bjones1 in #43
- Fix: correctly escape raw HTML blocks. by @bjones1 in #44
- Updates for a new release. by @bjones1 in #45
- Optimize dependencies by @letmutex in #46
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
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
- @jeremychone made their first contribution in #36
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- Update dependencies and fix clippy warnings by @Holzhaus in #25
- HTML table conversion by @fcoury in #26
- Add the bindings section by @letmutex in #28
- Add ul_bullet_spacing and ol_number_spacing options by @letmutex in #29
- Fix the leading space in the anchor title may not be trimmed by @letmutex in #30
- Add LinkStyle::InlinedPreferAutolinks by @letmutex in #31
- Decode html entities by @letmutex in #32
New Contributors
Full Changelog: v0.1.6...v0.2.0
v0.1.6
What's Changed
- Make Send and Sync supertraits of ElementHandler by @letmutex in #17
- Clippy + Fmt by @lukaslueg in #18
- Fix missing title in referenced links by @letmutex in #19
New Contributors
- @lukaslueg made their first contribution in #18
Full Changelog: v0.1.5...v0.1.6