Skip to content

Releases: Stranger6667/css-inline

[Rust] Release 0.10.4

11 Aug 22:57
rust-v0.10.4
6626fbc
Compare
Choose a tag to compare

Fixed

  • Applying new styles only to the first matching tag during styles merging. #224

Performance

  • Fix under-allocating storage for intermediate CSS styles.
  • Perform CSS inlining as late as possible to avoid intermediate allocations. #220

[Ruby] Release 0.10.4

11 Aug 23:12
ruby-v0.10.4
d1d1344
Compare
Choose a tag to compare

Changed

  • Update magnus to 0.6.

Fixed

  • Applying new styles only to the first matching tag during styles merging. #224

Performance

  • Fix under-allocating storage for intermediate CSS styles.
  • Perform CSS inlining as late as possible to avoid intermediate allocations. #220

[Python] Release 0.10.4

11 Aug 22:58
python-v0.10.4
e4f349c
Compare
Choose a tag to compare

Fixed

  • Applying new styles only to the first matching tag during styles merging. #224

Performance

  • Fix under-allocating storage for intermediate CSS styles.
  • Perform CSS inlining as late as possible to avoid intermediate allocations. #220

[Rust] Release 0.10.3

01 Jul 12:45
rust-v0.10.3
a56b7ea
Compare
Choose a tag to compare

Performance

  • Optimized HTML serialization for a performance boost of up to 25%.

[WASM] Release 0.10.2

25 Jun 22:11
wasm-v0.10.2
1a99435
Compare
Choose a tag to compare

Changed

  • Standardized the formatting of CSS declarations: now consistently using : separator between properties and values.

Performance

  • Various performance improvements.

[Rust] Release 0.10.2

25 Jun 21:53
rust-v0.10.2
6498f50
Compare
Choose a tag to compare

Changed

  • Standardized the formatting of CSS declarations: now consistently using : separator between properties and values.

Performance

  • Various performance improvements.

[Ruby] Release 0.10.2

25 Jun 22:09
ruby-v0.10.2
7dfe1fa
Compare
Choose a tag to compare

Changed

  • Standardized the formatting of CSS declarations: now consistently using : separator between properties and values.

Performance

  • Various performance improvements.

[Python] Release 0.10.2

25 Jun 21:55
python-v0.10.2
e841ca5
Compare
Choose a tag to compare

Changed

  • Standardized the formatting of CSS declarations: now consistently using : separator between properties and values.

Performance

  • Various performance improvements.

[WASM] Release 0.10.1

18 Jun 12:11
Compare
Choose a tag to compare

Performance

  • Use a simpler way for HTML tree traversal.
  • Avoid hashing in some cases.

[Rust] Release 0.10.1

18 Jun 12:10
Compare
Choose a tag to compare

Performance

  • Use a simpler way for HTML tree traversal.
  • Avoid hashing in some cases.