Releases: 123inkt/symfony-validation-shorthand
Releases · 123inkt/symfony-validation-shorthand
v1.2.0
What's Changed
- Update actions/checkout action to v4 by @renovate in #49
- Update packages and versions by @frankdekker in #51
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
- Add support to ignore Constraint[] in ConstraintFactory by @frankdekker in #48
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.0.5
Bumped requirements to PHP7.4+ and allow Symfony 6+
v1.0.4: Add optional parameter to allow extra unvalidated fields (#30)
Add optional parameter to allow extra unvalidated fields default set false, to keep existing functionality
Added custom "in" constraint
Merge pull request #28 from 123inkt/add-custom-in-constraint Add custom in constraint
v1.0.2: Add PHP 8.0 support
Add PHP 8 + Update dependencies (#26) Add PHP 8 to github actions Fix some differences with skeleton Include PHPUnit 8.5 and 9.4 - Had to add suffix to FieldValidationTest dataprovider cases to get unique names
Int validation and PHP7.4 support
- Int number validation should also allow floats with zero decimals
- Added PHP7.4 support
v1.0.0: Initial release
Merge pull request #18 from 123inkt/fix-composer-require-readme Fix composer require in README.md