[Rust] Release 0.16.0
·
25 commits
to master
since this release
Added
- CLI:
--extra-css-file
option to load additional CSS from files. #67
Changed
- CLI: Remove
pico-args
- Bump MSRV to
1.75
. - Update
selectors
to0.30
. - Update
html5ever
to0.35
.
Fixed
- Ignored
!important
that has insignificant whitespace after it.
Performance
- Use interned string to compare
style
element name. - Only check the value suffix for
!important
.