Skip to content

[Java] Release 0.19.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 16:54
· 97 commits to master since this release
java-v0.19.0
0f8a830

Added

  • removeInlinedSelectors option to remove selectors that were successfully inlined from <style> blocks.

Changed

  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.33.

Performance

  • Use element indexes for faster selector lookups on large documents.
  • Use more efficient data structures for storing element styles.