Skip to content

Releases: dude920228/array-validator

Bugfix: inherited parameter type fix

01 Sep 12:56
effb2e0

Choose a tag to compare

Fixed parameter type on inherited $message parameter in IsNumeric class

Bugfixes in IsFloat and MinMax

01 Sep 12:45

Choose a tag to compare

  • Fixed passing integer to IsFloat returns false
  • Added new IsNumeric validator
  • Numeric validators such as IsInteger, IsFloat and MinMax are extended from the IsNumeric validator

IsFloat added

19 Aug 09:40
d9d13c4

Choose a tag to compare

  • Added IsFloat validator
  • Check for dots in value in IsInteger validator, in case of numeric string

Added IsInteger validator

04 Aug 08:39
8e713ff

Choose a tag to compare

1.2

IsInteger validator added

Using PHPUnit v9.5

01 Aug 14:05
ee83dcb

Choose a tag to compare

1.1.1

Require phpunit ^9.5

New Validator class: DateTimeValidator

01 Aug 13:58

Choose a tag to compare

1.1.0

Added new feature: DateTimeValidator

Working validation logic with unit tests

01 Aug 09:16
8f2efbf

Choose a tag to compare

First releas of this project