Skip to content

Releases: 123inkt/symfony-validation-shorthand

v1.2.1

16 Sep 10:53
2e80502

Choose a tag to compare

What's Changed

  • Update phpstan to v2 by @bram123 in #54
  • Update dependency digitalrevolution/phpunit-file-coverage-inspection to v3 by @renovate[bot] in #56
  • Update actions/checkout action to v5 by @renovate[bot] in #58
  • Fix Symfony constraint options deprecations by @bram123 in #60

Full Changelog: v1.2.0...v1.2.1

v1.2.0

07 Dec 11:53
1b77f76

Choose a tag to compare

What's Changed

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

v1.1.1

17 May 08:50
c3db9ef

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

Choose a tag to compare

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

v1.0.5

13 Dec 20:25
12c2095

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

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

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

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

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

Choose a tag to compare

Merge pull request #18 from 123inkt/fix-composer-require-readme

Fix composer require in README.md