Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

72 lines (39 loc) · 1.46 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.

[Unreleased]

[0.3.1] - 2023-10-26

Added

Fixed

Changed

Removed

[0.3.0] - 2023-10-27

Added

  • Added support for Italian: Fiscal Code (Codice Fiscale), VAT and Passport validation.

Fixed

  • Error when validating DE id documents.

Changed

  • Updated README.md with new supported countries and identification document types.

Removed

[0.2.0] - 2023-10-26

Added

  • Added support for German: Identity Card, VAT and Passport validation.

Fixed

Changed

  • Updated README.md with new supported countries and identification document types.

Removed

[0.1.4] - 2023-10-26

Fixed

  • Error when validating FR id documents.

Changed

  • If the last parameter is not passed, isValidIdDoc checks if the passed id doc is valid for any of the supported id docs for the country.
  • Update README with optional last parameter in isValidIdDoc.

[0.1.3] - 2023-10-26

Added

  • Added support for French VAT (Value Added Tax ID) validation.
  • Added support for French Passport validation.
  • Added support for French CNI (Carte Nationale d'Identité) validation.
  • Added CHANGELOG.md.

Changed

  • Updated README.md with new supported countries and identification document types.