Skip to content

Latest commit

 

History

History
executable file
·
75 lines (34 loc) · 2.97 KB

CHANGELOG.md

File metadata and controls

executable file
·
75 lines (34 loc) · 2.97 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2024-10-21)

Features

  • src/validator.php: improve phpdoc (b50eb57)

Bug Fixes

  • src/rules/minlength.php: a numeric string, e.g. '10', should be accepted as rule value (f931c61)

2.3.0 (2024-10-21)

Features

  • src/validator.php: improve phpdoc (b50eb57)

Bug Fixes

  • src/rules/minlength.php: a numeric string, e.g. '10', should be accepted as rule value (f931c61)

2.2.3 (2024-03-21)

Bug Fixes

  • validator.php: fix validation of multi-name fields to ensure presence in payload (5530b9f)

2.2.2 (2024-03-21)

Bug Fixes

  • validator.php: fix indexed fields validation bug (588c9e7)

2.2.1 (2024-03-21)

Bug Fixes

  • validator.php: fix validation for multi-name fields (23c44d8)

2.2.0 (2024-03-19)

Features

  • release-please setup (7a084dd)
  • validator.php: add support for multi-lang fields in validation (ab035a7)

2.1.0 (2022-07-14)

Features

2.0.4 (2021-07-27)

2.0.1 (2021-07-27)

1.0.1 (2021-07-27)

1.0.0 (2020-06-26)

Features

  • add first source code version (35cf012)