Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
v0.18.0: chore(javascript): Release 0.18.0
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
[Rust] Release 0.18.0
[Ruby] Release 0.18.0
[Python] Release 0.18.0
Added
minify_cssoption #12
Changed
- Bump MSRV to
1.80 - Update
PyO3to0.27.0. - Update
selectorsto0.32. - BREAKING: Minimum supported PyPy version is now 3.11 (was 3.9).
[Java] Release 0.18.0
[C] Release 0.18.0
[JavaScript] Release 0.17.0
Added
keepAtRulesoption to keep all "at-rules" (ones starting with@) inside a "style" element. #265
Performance
- Avoid unnecessary check for double quotes.
- Avoid creating an unnecessary string cache entry.
- Use a more precise estimate for the size of the number of applied styles.
- Avoid hashtable rebuilding on small hashmaps.
[Rust] Release 0.17.0
Added
keep_at_rulesoption to keep all "at-rules" (ones starting with@) inside a "style" element. #265
Performance
- Avoid unnecessary check for double quotes.
- Avoid creating an unnecessary string cache entry.
- Use a more precise estimate for the size of the number of applied styles.
- Avoid hashtable rebuilding on small hashmaps.
[Ruby] Release 0.17.0
Added
keep_at_rulesoption to keep all "at-rules" (ones starting with@) inside a "style" element. #265
Performance
- Avoid unnecessary check for double quotes.
- Avoid creating an unnecessary string cache entry.
- Use a more precise estimate for the size of the number of applied styles.
- Avoid hashtable rebuilding on small hashmaps.
[Python] Release 0.17.0
Added
keep_at_rulesoption to keep all "at-rules" (ones starting with@) inside a "style" element. #265
Performance
- Avoid unnecessary check for double quotes.
- Avoid creating an unnecessary string cache entry.
- Use a more precise estimate for the size of the number of applied styles.
- Avoid hashtable rebuilding on small hashmaps.