# Changelog All notable changes to EasyScrape. ## [0.1.0] - 2025 ### Added - Initial release - Core `scrape()` function with automatic retries - CSS selector extraction with `css()` and `css_all()` - Async support with `async_scrape()` - Browser mode for JavaScript-rendered pages - Built-in helpers: `title()`, `main_text()`, `safe_links()` - Configuration system with `Config` class - Rate limiting support - Proxy support - Full type hints (PEP 561 compliant) ### Documentation - Quick start guide - Complete tutorial - API reference - Cookbook with real-world recipes