Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Rust] Release 0.10.0
Added
keep_link_tagsconfiguration option.
Changed
- Replace
remove_style_tagswithkeep_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_tagsconfiguration option.
[Ruby] Release 0.10.0
Initial public release
[Python] Release 0.10.0
Added
keep_link_tagsconfiguration option.
Changed
- Replace
remove_style_tagswithkeep_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_tagsconfiguration option.
[Rust] Release 0.8.4
Added
data-css-inline="ignore"attribute to ignore CSS inlining. #10
Rust release 0.7.0
Fixed
- Ignored selectors specificity. #108
Rust release 0.6.1
Fixed
- Compatibility with the new
cssparsercrate version.
Performance
- Avoid string allocations during converting
ParseErrortoInlineError.
Rust release 0.6.0
Rust release 0.5.0
Added
CSSInliner::options()that implements the Builder pattern. #71
Changed
- Restrict visibility of items in
parser.rs
Performance
- Avoid string allocation in
get_full_url
Python release 0.5.0
Performance
- Avoid string allocation in
get_full_url
Rust release 0.4.0
rust-v0.4.0 Rust release 0.4.0