All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- First version of the project that validates if complies with JSON Schema and if it has mandatory elements.
- Editor config file.
- Integration tests.
- This CHANGELOG file to hopefully serve as an evolving example of a standardized open source project CHANGELOG.
- Published on Packagist. Added to README.md how to install it using composer.
- Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.
- Moved the unit tests to the root folder of tests.
- Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.
- The possibility of being used as a CLI tool.