# Changelog of Youtube Scraper (`thisismegant/youtube-scraper`) Actor

- **URL**: https://apify.com/thisismegant/youtube-scraper/changelog.md
- **Full Actor documentation**: https://apify.com/thisismegant/youtube-scraper.md

## 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).

### \[1.0.0] - Initial Release

#### Added

- Core modular architecture for YouTube Scraper.
- Custom HTTP Client `YouTubeHttpClient` for internal API without OAuth.
- Parsers for Profile, Posts/Videos, and Shorts.
- Apify integration entry point (`src/apify/main.ts` and `actor.json`).
- Standalone REST API entry point (`src/server/index.ts`).
- Docker configuration (`Dockerfile` and `docker-compose.yml`).
