Releases: Stranger6667/css-inline
Releases · Stranger6667/css-inline
[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
indexmapto2.1. - Update
cssparserto0.31.2. - Update
selectorsto0.25. - Bump MSRV to
1.65.
Fixed
getrandomdependency 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.
[Ruby] Release 0.11.2
Performance
- Avoid iterating over non-Element nodes.
- Reuse caches for nth index selectors.
[Ruby] Release 0.11.1
Changed
- Update
indexmapto2.1. - Update
cssparserto0.31.2. - Update
selectorsto0.25. - Bump MSRV to
1.65.
Fixed
- Replace double quotes in all property values.
Performance
- Avoid allocation when replacing double quotes in property values.
[Python] Release 0.11.2
Performance
- Avoid iterating over non-Element nodes.
- Reuse caches for nth index selectors.