Skip to content

Releases: Stranger6667/css-inline

[Rust] Release 0.16.0

16 Jul 21:18
rust-v0.16.0
fb8c01d
Compare
Choose a tag to compare

Added

  • CLI: --extra-css-file option to load additional CSS from files. #67

Changed

  • CLI: Remove pico-args
  • Bump MSRV to 1.75.
  • Update selectors to 0.30.
  • Update html5ever to 0.35.

Fixed

  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.

[Ruby] Release 0.16.0

16 Jul 22:10
ruby-v0.16.0
c6f520a
Compare
Choose a tag to compare

Changed

  • Update selectors to 0.30.
  • Update html5ever to 0.35.

Fixed

  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.

[Python] Release 0.16.0

16 Jul 21:55
python-v0.16.0
1df687b
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.75.
  • Update selectors to 0.30.
  • Update html5ever to 0.35.

Fixed

  • Set 3.9 in requires-python key in pyproject.toml.
  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.

[JavaScript] Release 0.16.0

16 Jul 22:21
javascript-v0.16.0
f43f001
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.75.
  • Update selectors to 0.30.
  • Update html5ever to 0.35.
  • Fallback to WASM when native bindings are missing.

Fixed

  • Expose StylesheetCache interface, cache config option, and version function.
  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.

[Java] Release 0.16.0

16 Jul 22:37
java-v0.16.0
bd04285
Compare
Choose a tag to compare

Changed

  • Remove gson as a dependency
  • Update selectors to 0.30.
  • Update html5ever to 0.35.

Fixed

  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.

[C] Release 0.16.0

16 Jul 22:10
c-v0.16.0
30afb46
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.75.
  • Update selectors to 0.30.
  • Update html5ever to 0.35.

Fixed

  • Ignored !important that has insignificant whitespace after it.

Performance

  • Use interned string to compare style element name.
  • Only check the value suffix for !important.

[Java] Release 0.15.0

02 Jul 18:59
java-v0.15.0
607aded
Compare
Choose a tag to compare

Initial public release 🎉

[JavaScript] Release 0.15.0

24 Jun 19:40
75f9a9e
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.71.1.
  • update cssparser to 0.35.
  • update html5ever to 0.31.
  • update selectors to 0.28.

Performance

  • Slightly improve the performance of HTML serialization.
  • Avoid creating unused caches.

[Ruby] Release 0.15.2

24 Jun 18:09
ruby-v0.15.2
9ba0cbb
Compare
Choose a tag to compare

Changed

  • Bump MSRV to 1.82.

Fixed

  • Packaging issue.
  • Installation on Alpine. #394

[Ruby] Release 0.15.1

24 Jun 18:09
ruby-v0.15.1
6a78db6
Compare
Choose a tag to compare

Fixed

  • Packaging issue.