- Apr 03, 2024
-
-
Thomas Flori authored
-
Thomas Flori authored
allow upper case letters in domain part of emails and fix local part … See merge request !23
-
Thomas Flori authored
-
Thomas Flori authored
-
Thomas Flori authored
switch to gitlab-ci and move project See merge request !24
-
Thomas Flori authored
-
- Apr 02, 2024
-
-
Thomas Flori authored
This change also proves the domain part in more detail. Such as consecutive dashes or dots are not allowed.
-
- Mar 18, 2022
-
-
Thomas Flori authored
use github actions for CI and add compatibility to php 8
-
Thomas Flori authored
-
Thomas Flori authored
-
Thomas Flori authored
-
- Apr 15, 2018
-
-
Thomas Flori authored
make validator and filter invokable
-
Thomas Flori authored
-
Thomas Flori authored
-
Thomas Flori authored
execute `Field::filter()` in `Field::validate()`
-
Thomas Flori authored
-
Thomas Flori authored
-
Thomas Flori authored
-
Thomas Flori authored
This ensures that the value given is filtered before it get's validated. Beside that `Field::filter()` gets now executed twice what is acceptable because filters caches (when possible) the filtered value.
-
- Apr 13, 2018
-
-
Thomas Flori authored
-
- Apr 11, 2018
-
-
Thomas Flori authored
test only for integer when string is numeric
-
Thomas Flori authored
`(double)'foo'` always returns 0 what is an integer too. /solves #17
-
- Apr 06, 2018
-
-
Thomas Flori authored
-
Thomas Flori authored
-
- Apr 04, 2018
-
-
Thomas Flori authored
-
Thomas Flori authored
-
- Apr 03, 2018
-
-
Thomas Flori authored
-
Thomas Flori authored
-
- Mar 29, 2018
-
-
Thomas Flori authored
-
- Mar 28, 2018
-
-
Thomas Flori authored
Unfortunately case is a keyword and we can not use it as class name.
-
- Mar 27, 2018
-
-
Thomas Flori authored
-
Thomas Flori authored
We need this for example when we don't want a specific card type: `['creditCard', '!credictCard:amex:dinersclub']`
-
- Mar 26, 2018
-
-
Thomas Flori authored
-
- Mar 23, 2018
-
-
Thomas Flori authored
-
- Mar 20, 2018
-
-
Thomas Flori authored
-
Thomas Flori authored
-
Thomas Flori authored
-
- Mar 19, 2018
-
-
Thomas Flori authored
-
Thomas Flori authored
-
- Mar 13, 2018
-
-
Thomas Flori authored
-