From 171ce25ba6031fcefd0aaa1abdb2c6f50202599f Mon Sep 17 00:00:00 2001 From: UncleCode Date: Tue, 31 Dec 2024 19:49:00 +0800 Subject: [PATCH] Fixe typo in CHANGELOG --- CHANGELOG.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd1e098..b654953f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **JSON Extraction** - Complex JSONPath expression support - - JSON-LD and Microdata extraction + - JSON-CSS and Microdata extraction - RDFa parsing capabilities - Advanced data transformation pipeline diff --git a/README.md b/README.md index 0826ac77..0a56a397 100644 --- a/README.md +++ b/README.md @@ -470,7 +470,7 @@ async def test_news_crawl(): - 🔒 **Enhanced SSL & Security**: New SSL certificate handling with custom paths and validation options for secure crawling - 🔍 **Smart Content Filtering**: Advanced filtering system with regex support and efficient chunking strategies -- 📦 **Improved JSON Extraction**: Support for complex JSONPath, JSON-LD, and Microdata extraction +- 📦 **Improved JSON Extraction**: Support for complex JSONPath, JSON-CSS, and Microdata extraction - 🏗️ **New Field Types**: Added `computed`, `conditional`, `aggregate`, and `template` field types - ⚡ **Performance Boost**: Optimized caching, parallel processing, and memory management - 🐛 **Better Error Handling**: Enhanced debugging capabilities with detailed error tracking