# Changelog of ExpiredDomains.net Scraper (`codingfrontend/expireddomains-net-scraper`) Actor

- **URL**: https://apify.com/codingfrontend/expireddomains-net-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/codingfrontend/expireddomains-net-scraper.md

## Changelog

### \[1.0.0] - 2026-05-20

#### Added

- Initial production release of ExpiredDomains.net Scraper
- Full project structure following Brave actor pattern: errors/, extractors/, filters/, routes/, schema/, utils/
- `validate-datasets.js` for local dataset validation
- Proper `.actor/dataset_schema.json` with typed field definitions and table views
- Storage directories: datasets/default, key\_value\_stores/default, request\_queues/default
- Improved README with Apify-focused documentation

#### Changed

- Refactored code into modular structure
- Improved error handling and input validation
- Updated Dockerfile to use `--chown=myuser:myuser` and `--omit=dev --omit=optional`
