Skip to content

Releases: packaged/validate

2.7.2

13 Jan 18:06
f03004b
Compare
Choose a tag to compare
remove more privates

2.7.1

13 Jan 17:01
5acb7cf
Compare
Choose a tag to compare
2.7.1

2.7.0: JS validate (#2)

25 Nov 14:09
5c6b5f6
Compare
Choose a tag to compare
* initial js validation

* more safety around possible deserialization of non-serializable classes

* use config

* equalvalidator

* NotEqual

* add github workflow

* return error messages

* split out validators

* isChanging (potentially valid)

* ValidationResponse

* reduce/simplify interface

* MultiValidator

* docblocks

* move combine into response

* simplify to remove any element handling, pure value validation

* formatting

* add test for RequiredValidator

* remove unused attributeValue

* fix validator name

* additional validators

* email and regex validator

* need to pass name, because compilers will rename the constructor

* use actual name

* update boolean tests

* update package version

* add ipv4 validator

* add Number, Integer and Decimal validators

* improve php decimal validator

* additional tests

2.6.3

02 Sep 13:33
0aa09b2
Compare
Choose a tag to compare
fix deserialization of OptionalValidator

2.6.2

24 Aug 13:58
e21760a
Compare
Choose a tag to compare
config as object

2.6.1

24 Aug 12:12
97fa476
Compare
Choose a tag to compare
update validators list

2.6.0

24 Aug 10:12
da5f3a7
Compare
Choose a tag to compare
required validator

2.5.0

24 Aug 08:27
912a90b
Compare
Choose a tag to compare
revert breaking change

2.4.0

14 May 15:21
Compare
Choose a tag to compare
Allow email validator message to be replaced

2.3.0

22 Jan 11:56
81ca5d4
Compare
Choose a tag to compare
add FunctionValidator