[JavaScript] Release 0.16.0
·
21 commits
to master
since this release
Changed
- Bump MSRV to
1.75
. - Update
selectors
to0.30
. - Update
html5ever
to0.35
. - Fallback to WASM when native bindings are missing.
Fixed
- Expose
StylesheetCache
interface,cache
config option, andversion
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
.