0.6.0
Release Notes for 0.6.0 (2025-02-13) π
β¨ New Features
- Introduced
dom-smoothie-js, a sub-crate that wrapsdom_smoothiefor use in a JavaScript environment.
π§ Changes
- Replaced regular expressions with equivalent matching functions, reducing overhead and binary size while maintaining the same functionality.
π Bug Fixes
- Fixed a potential underflow in
Readability::get_article_title, which could cause a panic when the<title>element contained only the/character. (Fix by @rMazeiks).
Full Changelog: 0.5.1...0.6.0