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

## [Unreleased]

### Added
- YAML file format support (.yaml and .yml files)
- Format conversion between JSON and YAML
- Automatic detection of file format based on extension
- YAML test fixtures and comprehensive YAML conversion tests
- Documentation and examples for YAML usage

## [1.0.0] - 2025-10-16

### Added
- Initial release
- Convert i18next interpolation syntax (`{{variable}}`) to ICU format (`{variable}`)
- Automatic plural form conversion (e.g., `key_zero`, `key_one`, `key_other`)
- Support for nested JSON structures
- CLI with colorful output and progress indicators
- In-place conversion or output to separate directory
- Glob pattern support for batch processing
- Comprehensive test suite with 29 tests
- GitHub Actions CI workflow
- Full documentation and examples

[Unreleased]: https://github.com/csprle/i18next2icu/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/csprle/i18next2icu/releases/tag/v1.0.0
