Skip to content

Releases: Stranger6667/css-inline

[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.

[Ruby] Release 0.15.0

24 Jun 18:08
ruby-v0.15.0
d23443d
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.

Removed

  • Support for Ruby 2.7

[C] Release 0.15.0

21 Jun 10:52
c-v0.15.0
df215f8
Compare
Choose a tag to compare

Changed

  • 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.

[Rust] Release 0.15.0

17 Jun 14:56
rust-v0.15.0
6c821ce
Compare
Choose a tag to compare

Changed

  • Update cssparser to 0.35.
  • Update html5ever to 0.31.
  • Update selectors to 0.28.

[Python] Release 0.15.0

17 Jun 16:37
python-v0.15.0
0c9dba1
Compare
Choose a tag to compare

Changed

  • Update PyO3 to 0.25.0.
  • 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.

Removed

  • Support for Python <3.9.