Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[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 thestyletag.
Changed
- Replace
attohttpcwithreqwestto 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 thestyletag.
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 thestyletag.
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 thestyletag.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child. #324
Performance
- Avoid using binary search on attributes.
[C] Release 0.13.0
Added
- Support for the
data-css-inline="keep"attribute to enforce keeping thestyletag.
Fixed
- Lookups for previous / next siblings, affecting selectors like
nth-child. #324
Performance
- Avoid using binary search on attributes.
[JavaScript] Release 0.12.1
Added
- Package for
aarch64-apple-darwin.
Changed
- Avoid loading additional dependencies for WASM resulting in ~6% module size reduction.
[Rust] Release 0.12.0
Changed
- Display stylesheet location in network-related errors.
- Implement
std::error::Error::sourceforInlineError.
Performance
- Optimize serialization of attributes and text nodes.
[Ruby] Release 0.12.0
Changed
- Display stylesheet location in network-related errors.
Performance
- Optimize serialization of attributes and text nodes.