Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 946 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 946 Bytes

Changelog

Added

  • External stylesheet caching. #314

Changed

  • Update html5ever to 0.27.

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.0 - 2023-12-28

Changed

  • Necessary updates based on the main crate changes. There are no user-facing changes.

0.11.3 - 2023-12-14

  • Initial public release