Releases: laminas/laminas-validator
Releases · laminas/laminas-validator
2.14.0
2.14.0 - 2021-01-07
Added
-
#58 adds a
Laminas\Validator\BusinessIdentifierCodevalidator, 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
InArrayvalidator 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" == 0was true in PHP 7, it no longer is in PHP 8. We recommend only using theInArrayvalidator 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
- 77: add heic to valid isImage mime checks thanks to @christaggart
- 63: qa: Replace array by data providers in unit tests for the hostname validator thanks to @codisart
- 58: feat: Add the support for SWIFT Business Identifier Code (BIC) format thanks to @codisart
Enhancement,hacktoberfest-accepted
- 76: Add vimeo/psalm thanks to @lukaslangen
- 75: PHP 8.0 support thanks to @jfernancordova
Bug,Documentation
- 72: Fixed parameter types thanks to @svycka
Documentation,Enhancement
2.13.5
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
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #59 fixes
Urivalidator to accept anyLaminas\Uri\Uriinstance for the uri handler.
laminas-validator 2.13.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replaceversion constraint in composer.json so repository can be used as replacement ofzendframework/zend-validator:^2.13.0.