Skip to content

dom_query 0.28.0 (2026-05-18)

Latest

Choose a tag to compare

@niklak niklak released this 18 May 08:06

Changes

  • Updated dependencies:
    • html5ever: 0.38.0 -> 0.39.0
    • selectors: 0.36.0 -> 0.38.0
    • cssparser: 0.36.0 -> 0.37.0
    • hashbrown: 0.16.0 -> 0.16.1
  • Refactored internal Selection tree access logic to improve maintainability. No public API changes.
  • Applied selected Clippy (pedantic and nursery) suggestions to improve overall code quality.
  • Markdown: moved NodeRef::md and Document::md implementations into a dedicated serializing/md submodule for better internal organization. No public API changes.

Examples

Changelog

Full Changelog: 0.27.0...0.28.0