Skip to content

Releases: EFTEC/ValidationOne

2.10

31 Dec 11:31
Compare
Choose a tag to compare
  • 2024-12-31 2.10
    • Updated to PHP 8.4

2.9

02 Mar 15:09
Compare
Choose a tag to compare
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.8

13 Nov 10:53
Compare
Choose a tag to compare
2.8
  • 2023-11-13 2.8
    • some maintenance code.

2.7

26 Feb 13:37
Compare
Choose a tag to compare
2.7
  • 2023-02-26 2.7
    • added a new argument for isArray()
    • added the static method invertArray()

2.6

26 Jan 21:37
Compare
Choose a tag to compare
2.6
  • 2023-01-26 2.6
    • Some small cleanups.

2.5

27 Aug 20:37
Compare
Choose a tag to compare
2.5
  • 2022-08-27 2.5
    • [update] added the validation of arguments for most of the functions of the library.

2.4

11 Mar 13:09
Compare
Choose a tag to compare
2.4
  • 2022-03-11 2.4
    • [update] added condition alphanumunder (alphanumeric or underscore).

2.3

05 Feb 16:19
Compare
Choose a tag to compare
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

04 Feb 22:51
Compare
Choose a tag to compare
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

29 Jan 23:07
Compare
Choose a tag to compare
2.1
* 2022-01-29 2.0.2

  * fixed a condition when it uses "gte"