Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 1.03 KB

Changelog

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.

[0.0.1] - 2019-11-18

Added

  • 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.

[0.0.2] - 2019-11-29

Added

  • Published on Packagist. Added to README.md how to install it using composer.

[0.0.3] - 2019-11-29

Added

  • Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.

[0.0.4] - 2020-00-00

Refactor

  • Moved the unit tests to the root folder of tests.

Added

  • Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.

[0.0.5] - 2020-11-21

Added

  • The possibility of being used as a CLI tool.