Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[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.
[Rust] Release 0.14.5
Performance
- Slightly improve the performance of HTML serialization.
- Avoid creating unused caches.
[Rust] Release 0.14.4
Changed
- Bump MSRV to
1.71.1
.