Skip to content

0.19.0

Latest
Compare
Choose a tag to compare
@niklak niklak released this 20 May 09:15
· 4 commits to main since this release

Release Notes for 0.19.0 (2025-05-20) πŸš€

✨ New Features

  • Introduced Tree::html_root and Document::html_root methods to conveniently retrieve the <html> root element of a document.
  • Implemented NodeRef::to_fragment, which allows creating a deep copy of a node's contents as a standalone document fragment.

πŸ—‘οΈ Removed

  • Removed deprecated methods for better maintainability and clarity:

    • Tree::append_prev_sibling_of
    • NodeRef::append_prev_sibling
    • NodeRef::append_prev_siblings
    • Selection::next

Examples

Changelog

Full Changelog: 0.18.0...0.19.0