Skip to content

Releases: Stranger6667/css-inline

[Python] Release 0.12.0

28 Dec 17:32
python-v0.12.0
15da338

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

Choose a tag to compare

Initial public release

[C] Release 0.12.0

28 Dec 17:34
c-v0.12.0
d872f54

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

Choose a tag to compare

Initial public release

[WASM] 0.11.2

09 Dec 19:47
wasm-v0.11.2
25fcc16

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

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

Choose a tag to compare

Performance

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

[Ruby] Release 0.11.2

09 Dec 19:44
ruby-v0.11.2
c708afa

Choose a tag to compare

Performance

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

[Ruby] Release 0.11.1

09 Dec 13:23
ruby-v0.11.1
89e7e44

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

  • Replace double quotes in all property values.

Performance

  • Avoid allocation when replacing double quotes in property values.

[Python] Release 0.11.2

09 Dec 19:32
python-v0.11.2
ff635a6

Choose a tag to compare

Performance

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