0.4.0
Release Notes for 0.4.0 (2025-01-08) 🚀
✨ New Features
- Added an optional
serdefeature to the crate, enabling the use ofserde::Serializeandserde::Deserializetraits for theArticle,Metadata, andConfigstructures.
🔧 Changes
-
Replaced some regex checks with more efficient
containschecks to improve performance. -
Brought all dependencies up to date for better compatibility and performance.
-
Switched to using
dom_query::Document::base_uriinstead ofdom_query::Matcherfor extracting the base URI, simplifying the implementation. -
Aligned Byline extraction and JSON-LD parsing with the latest updates to Mozilla's Readability library (118f015).
⚠️ Breaking Changes
- Revised
Readability::is_probably_readableto use instance-specific configuration options:Config::readable_min_scoreandConfig::readable_min_content_length. This method no longer accepts arguments.
Full Changelog: 0.3.0...0.4.0