·
12 commits
to master
since this release
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.