Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Rust] Release 0.19.0
Added
InlineOptions::remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Fixed
- CLI tests compatibility with future Cargo versions. #602
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[Ruby] Release 0.19.0
Added
remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[Python] Release 0.19.0
Added
remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[PHP] Release 0.19.0
Initial public release
[JavaScript] Release 0.19.1
Fixed
- Missing
darwin-x64package due to incorrect build target on ARM runners.
[JavaScript] Release 0.19.0
Added
removeInlinedSelectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
napito3. - Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33. - Bump MSRV to
1.88. - Drop Node.js 18 support.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[Java] Release 0.19.0
Added
removeInlinedSelectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.
[C] Release 0.19.0
Added
remove_inlined_selectorsoption to remove selectors that were successfully inlined from<style>blocks.
Changed
- Update
cssparserto0.36. - Update
html5everto0.36. - Update
selectorsto0.33.
Performance
- Use element indexes for faster selector lookups on large documents.
- Use more efficient data structures for storing element styles.