Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Rust] Release 0.16.0
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
.
[Ruby] Release 0.16.0
Changed
- 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
.
[Python] Release 0.16.0
Changed
- Bump MSRV to
1.75
. - Update
selectors
to0.30
. - Update
html5ever
to0.35
.
Fixed
- Set
3.9
inrequires-python
key inpyproject.toml
. - Ignored
!important
that has insignificant whitespace after it.
Performance
- Use interned string to compare
style
element name. - Only check the value suffix for
!important
.
[JavaScript] Release 0.16.0
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
.
[Java] Release 0.16.0
Changed
- Remove
gson
as a dependency - 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
.
[C] Release 0.16.0
Changed
- 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
.
[Java] Release 0.15.0
Initial public release 🎉
[JavaScript] Release 0.15.0
Changed
- Bump MSRV to
1.71.1
. - update
cssparser
to0.35
. - update
html5ever
to0.31
. - update
selectors
to0.28
.
Performance
- Slightly improve the performance of HTML serialization.
- Avoid creating unused caches.
[Ruby] Release 0.15.2
[Ruby] Release 0.15.1
Fixed
- Packaging issue.