Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[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.
[Ruby] 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.
Removed
- Support for Ruby 2.7
[C] Release 0.15.0
Changed
- Update
cssparser
to0.35
. - Update
html5ever
to0.31
. - Update
selectors
to0.28
.
Performance
- Slightly improve the performance of HTML serialization.
- Avoid creating unused caches.
[Rust] Release 0.15.0
Changed
- Update
cssparser
to0.35
. - Update
html5ever
to0.31
. - Update
selectors
to0.28
.
[Python] Release 0.15.0
Changed
- Update
PyO3
to0.25.0
. - Update
cssparser
to0.35
. - Update
html5ever
to0.31
. - Update
selectors
to0.28
.
Performance
- Slightly improve the performance of HTML serialization.
- Avoid creating unused caches.
Removed
- Support for Python <3.9.