Skip to content

[Rust] Release 0.10.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 16 Jun 17:12
· 446 commits to master since this release

Added

  • keep_link_tags configuration option.

Changed

  • Replace remove_style_tags with keep_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.