Skip to content

Releases: contributte/validator

v2.0.0

30 Dec 18:32
v2.0.0
7f4648c
Compare
Choose a tag to compare

This release adds support for the latest versions of PHP, as well as Symfony 7. It now requires PHP >= 8.1.

In line with upstream changes in symfony/validator, the mapping.annotations configuration option has been removed, and replaced by mapping.attributes that defaults to true.

v1.1.1

24 May 12:38
v1.1.1
57739f9
Compare
Choose a tag to compare

This release fixes compatibility with Symfony's ExpressionValidator (#12) and brings some internal improvements (#10, #11).

Thanks @martenb, @petrparolek


Full changelog: v1.1.0...v1.1.1

v1.1.0

30 Dec 10:03
v1.1.0
9e104d9
Compare
Choose a tag to compare

This release adds support for the latest versions of PHP (#8) and Symfony components (#7, #9).

Thanks @jiripudil, @petrparolek, @MartkCz, @f3l1x


Full changelog: v1.0.0...v1.1.0

v1.0.0

21 Aug 13:20
v1.0.0
65a5d17
Compare
Choose a tag to compare

Initial release 🎉