mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-12 22:23:16 +00:00
docs: Add CHANGELOG.md with v0.0.3 release notes
This commit is contained in:
21
docs/CHANGELOG.md
Normal file
21
docs/CHANGELOG.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.0.3] - 2024-09-22
|
||||
|
||||
### Added
|
||||
- Implemented web scraping functionality using Playwright
|
||||
- Added support for CSS selectors to extract specific content
|
||||
- Introduced rate limiting for web requests
|
||||
- Created configuration options for scraping settings
|
||||
|
||||
### Changed
|
||||
- Improved error handling and logging throughout the application
|
||||
- Enhanced URL parsing and validation
|
||||
|
||||
### Fixed
|
||||
- Resolved issues with concurrent scraping operations
|
||||
Reference in New Issue
Block a user