Skip to content

[JavaScript] Release 0.19.0

Choose a tag to compare

@github-actions github-actions released this 29 Dec 17:27
· 95 commits to master since this release
javascript-v0.19.0
30fc6de

Added

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

Changed

  • Update napi to 3.
  • Update cssparser to 0.36.
  • Update html5ever to 0.36.
  • Update selectors to 0.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.