0.20.0
Release Notes for 0.20.0 (2025-08-01) π
β¨ New Features
- Introduced
Selection::select_matcher_iter, a method that returns an iterator over all nodes matching a given matcher, without collecting them into a result vector. This approach is more efficient for read-only use cases where a full collection isn't needed.
π§ Changes
NodeRefnow implements theCopytrait, simplifying usage in performance-critical scenarios.- Minor internal code refactoring for improved readability and maintainability.
examples/manipulate_html.rs: added an assertion thatdoc.select(".remove-it").exists()is false. (by @aaronsturm in #110)
Full Changelog: 0.19.0...0.20.0