Release Notes for 0.19.0 (2025-05-20) π
β¨ New Features
- Introduced
Tree::html_root
andDocument::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
Full Changelog: 0.18.0...0.19.0