Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Java] Release 0.16.0
Changed
- Remove gsonas a dependency
- Update selectorsto0.30.
- Update html5everto0.35.
Fixed
- Ignored !importantthat has insignificant whitespace after it.
Performance
- Use interned string to compare styleelement name.
- Only check the value suffix for !important.
[C] Release 0.16.0
Changed
- Bump MSRV to 1.75.
- Update selectorsto0.30.
- Update html5everto0.35.
Fixed
- Ignored !importantthat has insignificant whitespace after it.
Performance
- Use interned string to compare styleelement 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 cssparserto0.35.
- update html5everto0.31.
- update selectorsto0.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 cssparserto0.35.
- Update html5everto0.31.
- Update selectorsto0.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 cssparserto0.35.
- Update html5everto0.31.
- Update selectorsto0.28.
Performance
- Slightly improve the performance of HTML serialization.
- Avoid creating unused caches.
[Rust] Release 0.15.0
Changed
- Update cssparserto0.35.
- Update html5everto0.31.
- Update selectorsto0.28.
[Python] Release 0.15.0
Changed
- Update PyO3to0.25.0.
- Update cssparserto0.35.
- Update html5everto0.31.
- Update selectorsto0.28.
Performance
- Slightly improve the performance of HTML serialization.
- Avoid creating unused caches.
Removed
- Support for Python <3.9.