[Rust] Release 0.10.0
·
446 commits
to master
since this release
Added
keep_link_tags
configuration option.
Changed
- Replace
remove_style_tags
withkeep_style_tags
.
Fixed
- SECURITY: Passing unescaped strings in attribute values introduced in #184.
Previously, escaped values became unescaped on the serialization step.
Removed
- The
inline_style_tags
configuration option.