Skip to content

Releases: Stranger6667/css-inline

[Ruby] Release 0.14.0

01 Apr 08:59
ruby-v0.14.0
a4d8260
Compare
Choose a tag to compare

Added

  • External stylesheet caching. #314
  • Inlining to HTML fragments. #335

Changed

  • Update html5ever to 0.27.

[Python] Release 0.14.0

01 Apr 09:00
python-v0.14.0
2c972df
Compare
Choose a tag to compare

Added

  • External stylesheet caching. #314
  • Inlining to HTML fragments. #335

Changed

  • Update html5ever to 0.27.
  • Update PyO3 to 0.21.0.

[JavaScript] Release 0.14.0

01 Apr 09:25
javascript-v0.14.0
fc62385
Compare
Choose a tag to compare

Added

  • External stylesheet caching. #314
  • Inlining to HTML fragments. #335

[C] Release 0.14.0

01 Apr 08:50
c-v0.14.0
662dcf0
Compare
Choose a tag to compare

Added

  • External stylesheet caching. #314
  • Inlining to HTML fragments. #335

Changed

  • Update html5ever to 0.27.

[JavaScript] Release 0.13.2

28 Mar 12:36
javascript-v0.13.2
1495d1a
Compare
Choose a tag to compare

Changed

  • Update html5ever to 0.27.

Fixed

  • WASM package build. #341

[JavaScript] Release 0.13.1

12 Mar 12:29
javascript-v0.13.1
b805957
Compare
Choose a tag to compare

Added

  • Packages for aarch64-linux-android & arm-linux-androideabi. #336

Fixed

  • Error during loading the module on x86_64-unknown-linux-musl

[Rust] Release 0.13.0

19 Jan 13:34
rust-v0.13.0
6bacc96
Compare
Choose a tag to compare

Added

  • A way to customize resolving remote stylesheets.
  • Support for the data-css-inline="keep" attribute to enforce keeping the style tag.

Changed

  • Replace attohttpc with reqwest to simplify implementing non-blocking stylesheet resolving in the future release.

Fixed

  • Lookups for previous / next siblings, affecting selectors like nth-child. #324

Performance

  • Avoid using binary search on attributes.

[Ruby] Release 0.13.0

19 Jan 13:50
ruby-v0.13.0
4f85fd5
Compare
Choose a tag to compare

Added

  • Support for the data-css-inline="keep" attribute to enforce keeping the style tag.

Fixed

  • Lookups for previous / next siblings, affecting selectors like nth-child. #324

Performance

  • Avoid using binary search on attributes.

[Python] Release 0.13.0

19 Jan 14:29
python-v0.13.0
5e19d81
Compare
Choose a tag to compare

Added

  • Support for the data-css-inline="keep" attribute to enforce keeping the style tag.

Fixed

  • Lookups for previous / next siblings, affecting selectors like nth-child. #324

Performance

  • Avoid using binary search on attributes.

[JavaScript] Release 0.13.0

19 Jan 14:32
javascript-v0.13.0
09ed5f1
Compare
Choose a tag to compare

Added

  • Support for the data-css-inline="keep" attribute to enforce keeping the style tag.

Fixed

  • Lookups for previous / next siblings, affecting selectors like nth-child. #324

Performance

  • Avoid using binary search on attributes.