Skip to content

Releases: Stranger6667/css-inline

[JavaScript] Release 0.13.2

28 Mar 12:36
javascript-v0.13.2
1495d1a

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

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

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

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

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

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.

[C] Release 0.13.0

19 Jan 13:40
c-v0.13.0
bab826e

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

31 Dec 14:24
javascript-v0.12.1
af4d04d

Choose a tag to compare

Added

  • Package for aarch64-apple-darwin.

Changed

  • Avoid loading additional dependencies for WASM resulting in ~6% module size reduction.

[Rust] Release 0.12.0

28 Dec 15:51
rust-v0.12.0
e63ddff

Choose a tag to compare

Changed

  • Display stylesheet location in network-related errors.
  • Implement std::error::Error::source for InlineError.

Performance

  • Optimize serialization of attributes and text nodes.

[Ruby] Release 0.12.0

28 Dec 15:55
ruby-v0.12.0
024c31c

Choose a tag to compare

Changed

  • Display stylesheet location in network-related errors.

Performance

  • Optimize serialization of attributes and text nodes.