Releases: Happyr/entity-exists-validation-constraint
Releases · Happyr/entity-exists-validation-constraint
1.2.0
What's Changed
- Allow symfony 7 and drop Symfony <6 by @thomasbeaujean in #12
New Contributors
- @thomasbeaujean made their first contribution in #12
Full Changelog: 1.1.0...1.2.0
PHP8 Support
Added Attribute support
First stable release!
- Added support for Symfony 5 & 6
- Added support for PHP 8
- Better check if we should run the validator by not using
empty()
Release 0.2.0
Skip validation if value is empty
First release
Added some tests (#1) * added some tests * Added some readme and fixed tests