Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[Ruby] Release 0.14.0
[Python] Release 0.14.0
[JavaScript] Release 0.14.0
[C] Release 0.14.0
[JavaScript] Release 0.13.2
[JavaScript] Release 0.13.1
Added
- Packages for
aarch64-linux-android
&arm-linux-androideabi
. #336
Fixed
- Error during loading the module on
x86_64-unknown-linux-musl
[Rust] Release 0.13.0
Added
- A way to customize resolving remote stylesheets.
- Support for the
data-css-inline="keep"
attribute to enforce keeping thestyle
tag.
Changed
- Replace
attohttpc
withreqwest
to simplify implementing non-blocking stylesheet resolving in the future release.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child
. #324
Performance
- Avoid using binary search on attributes.
[Ruby] Release 0.13.0
Added
- Support for the
data-css-inline="keep"
attribute to enforce keeping thestyle
tag.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child
. #324
Performance
- Avoid using binary search on attributes.
[Python] Release 0.13.0
Added
- Support for the
data-css-inline="keep"
attribute to enforce keeping thestyle
tag.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child
. #324
Performance
- Avoid using binary search on attributes.
[JavaScript] Release 0.13.0
Added
- Support for the
data-css-inline="keep"
attribute to enforce keeping thestyle
tag.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child
. #324
Performance
- Avoid using binary search on attributes.