Skip to content

Releases: 123inkt/symfony-validation-shorthand

v1.2.0

07 Dec 11:53
1b77f76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.2.0

v1.1.1

17 May 08:50
c3db9ef
Compare
Choose a tag to compare

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

09 Mar 17:20
f95d2dd
Compare
Choose a tag to compare

Added date support for the min and max validations. Thanks @kavinsky

v1.0.5

13 Dec 20:25
12c2095
Compare
Choose a tag to compare

Bumped requirements to PHP7.4+ and allow Symfony 6+

v1.0.4: Add optional parameter to allow extra unvalidated fields (#30)

20 Sep 10:36
5827baf
Compare
Choose a tag to compare
Add optional parameter to allow extra unvalidated fields
default set false, to keep existing functionality

Added custom "in" constraint

12 Apr 18:28
f507f98
Compare
Choose a tag to compare
Merge pull request #28 from 123inkt/add-custom-in-constraint

Add custom in constraint

v1.0.2: Add PHP 8.0 support

04 Oct 11:17
fa7cff0
Compare
Choose a tag to compare
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

18 Aug 20:41
e4df1db
Compare
Choose a tag to compare
  • Int number validation should also allow floats with zero decimals
  • Added PHP7.4 support

v1.0.0: Initial release

29 May 16:15
b24e08f
Compare
Choose a tag to compare
Merge pull request #18 from 123inkt/fix-composer-require-readme

Fix composer require in README.md