Skip to content

Releases: symfony/validator

v5.0.10

12 Jun 11:26
v5.0.10
Compare
Choose a tag to compare

Changelog (v5.0.9...v5.0.10)

  • no changes

v4.4.10

12 Jun 11:19
v4.4.10
Compare
Choose a tag to compare

Changelog (v4.4.9...v4.4.10)

  • no changes

v3.4.42

12 Jun 11:14
v3.4.42
Compare
Choose a tag to compare

Changelog (v3.4.41...v3.4.42)

  • no changes

v5.1.0

31 May 06:18
v5.1.0
Compare
Choose a tag to compare

Changelog (v5.1.0-RC2...v5.1.0)

  • bug #37009 use "allowedVariables" to configure the ExpressionLanguageSyntax constraint (xabbuh)
  • bug #36868 Use Mime component to determine mime type for file validator (pierredup)
  • bug #36894 never directly validate Existence (Required/Optional) constraints (xabbuh)

v5.0.9

31 May 06:14
v5.0.9
Compare
Choose a tag to compare

Changelog (v5.0.8...v5.0.9)

  • bug #36868 Use Mime component to determine mime type for file validator (pierredup)
  • bug #36905 Catch expected ValueError (derrabus)
  • bug #36894 never directly validate Existence (Required/Optional) constraints (xabbuh)
  • bug #36672 Skip validation when email is an empty object (acrobat)
  • bug #36627 fix lazy property usage. (bendavies)
  • bug #36501 Show the ParseException message in all YAML file loaders (fancyweb)

v4.4.9

31 May 05:30
v4.4.9
Compare
Choose a tag to compare

Changelog (v4.4.8...v4.4.9)

  • bug #36868 Use Mime component to determine mime type for file validator (pierredup)
  • bug #36905 Catch expected ValueError (derrabus)
  • bug #36894 never directly validate Existence (Required/Optional) constraints (xabbuh)
  • bug #36672 Skip validation when email is an empty object (acrobat)
  • bug #36627 fix lazy property usage. (bendavies)
  • bug #36501 Show the ParseException message in all YAML file loaders (fancyweb)

v3.4.41

31 May 05:24
v3.4.41
Compare
Choose a tag to compare

Changelog (v3.4.40...v3.4.41)

  • bug #36905 Catch expected ValueError (derrabus)
  • bug #36894 never directly validate Existence (Required/Optional) constraints (xabbuh)
  • bug #36672 Skip validation when email is an empty object (acrobat)
  • bug #36627 fix lazy property usage. (bendavies)
  • bug #36501 Show the ParseException message in all YAML file loaders (fancyweb)

v5.1.0-RC2

26 May 07:40
v5.1.0-RC2
Compare
Choose a tag to compare
v5.1.0-RC2 Pre-release
Pre-release

Changelog (v5.1.0-RC1...v5.1.0-RC2)

  • bug #36905 Catch expected ValueError (derrabus)
  • feature #36886 Make ExpressionLanguageSyntax validator usable with annotation (jderusse)
  • bug #36859 allow passing a validator to Validation::createCallable() (nicolas-grekas)

v5.1.0-RC1

16 May 12:37
v5.1.0-RC1
Compare
Choose a tag to compare
v5.1.0-RC1 Pre-release
Pre-release

Changelog (v5.1.0-BETA1...v5.1.0-RC1)

  • no changes

v5.0.8

28 Apr 18:58
v5.0.8
Compare
Choose a tag to compare

Changelog (v5.0.7...v5.0.8)

  • bug #35591 do not merge constraints within interfaces (greedyivan)
  • bug #36365 Fixed default group for nested composite constraints (HeahDude)
  • bug #36286 Allow URL-encoded special characters in basic auth part of URLs (cweiske)
  • bug #36245 Fixed calling getters before resolving groups (HeahDude)