Skip to content

[JavaScript] Release 0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 22:21
· 21 commits to master since this release
javascript-v0.16.0
f43f001

Changed

  • Bump MSRV to 1.75.
  • Update selectors to 0.30.
  • Update html5ever to 0.35.
  • Fallback to WASM when native bindings are missing.

Fixed

  • Expose StylesheetCache interface, cache config option, and version function.
  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.