Skip to content

[Ruby] Release 0.19.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 16:54
· 96 commits to master since this release
ruby-v0.19.0
fa14ee7

Added

  • remove_inlined_selectors 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.