# 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.0.2] - 2025-04-25

### Added
- Nested schema support for all providers.

### Changed
- Major refactoring.
- Renamed `SchemaTranslator` class to `SchemaProcessor`.
- Moved `SchemaValidator.validate()` method to `SchemaProcessor`.

### Removed
- `SchemaValidator` class.

### Fixed
- Nested schema support for all providers.
- Minor bug fixes and improvements.

---

## [0.0.1] - 2025-04-22

**Added**
- Initial release.
