@@ -23,45 +23,55 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2323## [ 2.0.0] ( https://github.com/orca-services/cakephp-data-validation-testing/releases/tag/2.0.0 ) - 2026-04-14
2424
2525### Changed
26+
2627- Bump support for CakePHP to 5.x [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
27- - Update the minimum required PHP Version to PHP 8.2 [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
28+ - Update the minimum required PHP Version to PHP
29+ 8.2 [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
2830
2931### Dependencies
30- - cakephp/cakephp updated from 4.6.3 to 5.3.3 major [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
31- - cakephp/cakephp-codesniffer updated from 4.7.1 to 5.3.0 major [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
32- - phpunit/phpunit updated from 8.5.52 to 10.5.63 major [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
32+
33+ - cakephp/cakephp updated from 4.6.3 to 5.3.3
34+ major [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
35+ - cakephp/cakephp-codesniffer updated from 4.7.1 to 5.3.0
36+ major [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
37+ - phpunit/phpunit updated from 8.5.52 to 10.5.63
38+ major [ #7 ] ( https://github.com/orca-services/cakephp-data-validation-testing/issues/7 )
3339
3440## [ 1.1.0] ( https://github.com/orca-services/cakephp-data-validation-testing/releases/tag/1.1.0 ) - 2026-04-13
3541
3642### Added
43+
3744- Add the following new test methods:
38- - Assert a field accepts only valid date values
39- - Assert a field accepts only decimal values
40- - Assert a field accepts only integer values
41- - Assert a field enforces uniqueness across record
42- - Assert a field's foreign key must reference an existing record
45+ - Assert a field accepts only valid date values
46+ - Assert a field accepts only decimal values
47+ - Assert a field accepts only integer values
48+ - Assert a field enforces uniqueness across record
49+ - Assert a field's foreign key must reference an existing record
4350
4451## [ 1.0.0] ( https://github.com/orca-services/cakephp-data-validation-testing/releases/tag/1.0.0 ) - 2026-04-08
4552
4653### Added
54+
4755- Add support for CakePHP 4.x
4856- Add the following new test methods:
49- - Assert a field accepts empty values without errors
50- - Assert a field is not required
51- - Validate URLs with http/https protocol
52- - Assert a dataset produces no errors for a given field
53- - Assert a full dataset against expected errors across all fields
54- - Assert a full dataset produces no errors across all fields
55- - Assert application-level rule errors after a failed save
56- - Assert no application-level rule errors occur after a successful save
57- - Assert a field rejects non-scalar values such as arrays
58- - Assert a field enforces a minimum and maximum length range
57+ - Assert a field accepts empty values without errors
58+ - Assert a field is not required
59+ - Validate URLs with http/https protocol
60+ - Assert a dataset produces no errors for a given field
61+ - Assert a full dataset against expected errors across all fields
62+ - Assert a full dataset produces no errors across all fields
63+ - Assert application-level rule errors after a failed save
64+ - Assert no application-level rule errors occur after a successful save
65+ - Assert a field rejects non-scalar values such as arrays
66+ - Assert a field enforces a minimum and maximum length range
5967
6068### Changed
69+
6170- Drop support for CakePHP 2.x & skip support for CakePHP 3.x
6271- Update the minimum required PHP Version to PHP 7.4
6372
6473### Dependencies
74+
6575- cakephp/cakephp installed in version 4.6.3
6676- cakephp/cakephp-codesniffer installed in version 4.7.1
6777- phpunit/phpunit updated from 3.7.38 to 8.5.52 major
0 commit comments