Skip to content

Releases: laminas/laminas-validator

2.14.0

07 Jan 16:07
2.14.0
8da5e20

Choose a tag to compare

2.14.0 - 2021-01-07

Added

  • #58 adds a Laminas\Validator\BusinessIdentifierCode validator, which can be used for validating SWIFT business identifier codes.

  • #75 adds support for PHP 8.0.

Changed

  • #75 With the update to support PHP 8, please be aware that the InArray validator may work differently than under PHP 7 when doing non-strict comparisons involving numbers and strings. Under PHP versions prior to v8, strings would be cast to numbers before comparing to a numeric value; now, the opposite occurs, which means that while "b" == 0 was true in PHP 7, it no longer is in PHP 8. We recommend only using the InArray validator with strict comparisons enabled to prevent issues moving from PHP 7 to PHP 8.

Removed

  • #75 removes support for PHP versions 7.1 and 7.2.

Release Notes for 2.14.0

next feature release (minor)

2.14.0

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 6

Enhancement

Enhancement,hacktoberfest-accepted

Bug,Documentation

Documentation,Enhancement

2.13.5

06 Jan 15:05
2.13.5
d334ddd

Choose a tag to compare

2.13.5 - 2021-01-06


Release Notes for 2.13.5

next bug fix release (mini)

2.13.5

  • Total issues resolved: 0
  • Total pull requests resolved: 3
  • Total contributors: 2

Bug

laminas-validator 2.13.4

31 Mar 18:58
2.13.4
9359368

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #59 fixes Uri validator to accept any Laminas\Uri\Uri instance for the uri handler.

laminas-validator 2.13.3

29 Mar 13:44
2.13.3
a4e57af

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-validator:^2.13.0.

laminas-validator 2.13.2

16 Mar 11:41
2.13.2
e7bf6a2

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #57 removes redundant third argument in UndisclosedPassword validator constructor.

  • #53 fixes UndisclosedPassword validator to call parent constructor on instantiation.

laminas-validator 2.13.1

15 Jan 10:01
2.13.1
36702f0

Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #32 fixes PHP 7.4 compatibility.

  • #34 fixes hostname validation for domain parts with 2+ dashes and with dash at the end.

  • Updates the TLD list to the latest version from the IANA.