Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[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::source
forInlineError
.
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.
[Python] Release 0.12.0
Changed
- Display stylesheet location in network-related errors.
Performance
- Optimize serialization of attributes and text nodes.
[JavaScript] Release 0.12.0
Initial public release
[C] Release 0.12.0
Necessary updates based on the main crate changes. There are no user-facing changes.
[C] Release 0.11.3
Initial public release
[WASM] 0.11.2
Performance
- Avoid iterating over non-Element nodes.
- Reuse caches for nth index selectors.
[WASM] Release 0.11.1
Changed
- Update
indexmap
to2.1
. - Update
cssparser
to0.31.2
. - Update
selectors
to0.25
. - Bump MSRV to
1.65
.
Fixed
getrandom
dependency features.- Replace double quotes in all property values.
Performance
- Avoid allocation when replacing double quotes in property values.
[Rust] Release 0.11.2
Performance
- Avoid iterating over non-Element nodes.
- Reuse caches for nth index selectors.