Releases: EFTEC/ValidationOne
Releases · EFTEC/ValidationOne
2.9
- 2024-03-02 2.9
- Updating dependency to PHP 7.4. The extended support of PHP 7.2 ended 3 years ago.
- Added more type hinting in the code.
2.7
- 2023-02-26 2.7
- added a new argument for isArray()
- added the static method invertArray()
2.5
- 2022-08-27 2.5
- [update] added the validation of arguments for most of the functions of the library.
2.4
- 2022-03-11 2.4
- [update] added condition alphanumunder (alphanumeric or underscore).
2.3
- 2022-02-05 2.3
- [update] update dependency to MessageContainer 2.3. Now MessageContainer is injected as singleton.
- [update] ValidationOne methods now has type hinting (return values).
- [fix] inputDate() method has some wrong operations. Now, they were removed.
2.2
- 2022-02-04 2.2
- [new] support to PHP 8.1. PHP 8.1 is quite tricky, it deprecated a lot of arguments for several functions.
- [new] This library supports PHP 7.2 or higher. If you need older functionality, then you can use an old version.
2.1
* 2022-01-29 2.0.2
* fixed a condition when it uses "gte"