Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.35 KB

CHANGELOG.md

File metadata and controls

54 lines (29 loc) · 1.35 KB

Changelog

Changed

  • Update html5ever to 0.27.

Fixed

  • WASM package build. #341

0.13.1 - 2024-03-12

Added

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

Fixed

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

0.13.0 - 2024-01-19

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.

0.12.1 - 2023-12-31

Added

  • Package for aarch64-apple-darwin.

Changed

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

[0.12.0] - 2023-12-28

  • Initial public release