Skip to content

[Rust] Release 0.13.0

Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 19 Jan 13:34
· 210 commits to master since this release
rust-v0.13.0
6bacc96

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.