Skip to content

Releases: Stranger6667/css-inline

[JavaScript] Release 0.12.1

31 Dec 14:24
javascript-v0.12.1
af4d04d
Compare
Choose a tag to compare

Added

  • Package for aarch64-apple-darwin.

Changed

  • Avoid loading additional dependencies for WASM resulting in ~6% module size reduction.

[Rust] Release 0.12.0

28 Dec 15:51
rust-v0.12.0
e63ddff
Compare
Choose a tag to compare

Changed

  • Display stylesheet location in network-related errors.
  • Implement std::error::Error::source for InlineError.

Performance

  • Optimize serialization of attributes and text nodes.

[Ruby] Release 0.12.0

28 Dec 15:55
ruby-v0.12.0
024c31c
Compare
Choose a tag to compare

Changed

  • Display stylesheet location in network-related errors.

Performance

  • Optimize serialization of attributes and text nodes.

[Python] Release 0.12.0

28 Dec 17:32
python-v0.12.0
15da338
Compare
Choose a tag to compare

Changed

  • Display stylesheet location in network-related errors.

Performance

  • Optimize serialization of attributes and text nodes.

[JavaScript] Release 0.12.0

28 Dec 20:13
javascript-v0.12.0
0248f27
Compare
Choose a tag to compare

Initial public release

[C] Release 0.12.0

28 Dec 17:34
c-v0.12.0
d872f54
Compare
Choose a tag to compare

Necessary updates based on the main crate changes. There are no user-facing changes.

[C] Release 0.11.3

14 Dec 20:08
c-v0.11.3
71a0225
Compare
Choose a tag to compare

Initial public release

[WASM] 0.11.2

09 Dec 19:47
wasm-v0.11.2
25fcc16
Compare
Choose a tag to compare

Performance

  • Avoid iterating over non-Element nodes.
  • Reuse caches for nth index selectors.

[WASM] Release 0.11.1

09 Dec 14:00
wasm-v0.11.1
242d9e2
Compare
Choose a tag to compare

Changed

  • Update indexmap to 2.1.
  • Update cssparser to 0.31.2.
  • Update selectors to 0.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

09 Dec 19:29
rust-v0.11.2
da15511
Compare
Choose a tag to compare

Performance

  • Avoid iterating over non-Element nodes.
  • Reuse caches for nth index selectors.