Releases: laminas/laminas-validator
Releases · laminas/laminas-validator
2.14.5
Release Notes for 2.14.5
2.14.5
- Total issues resolved: 0
- Total pull requests resolved: 6
- Total contributors: 6
Enhancement
- 103: Update TLD list according to IANA 2021061501 thanks to @PowerKiKi
- 102: Add GitHub CI thanks to @ghostwriter
- 54: Remove deprecated assertion usage thanks to @codisart
Documentation,Enhancement
- 100: Add docs for csrf validator to 2.14.x thanks to @settermjd
- 94: Adds page and configuration for installation thanks to @froschdesign
Bug
2.14.4
2.14.4 - 2021-01-24
Release Notes for 2.14.4
2.14.x bugfix release (patch)
2.14.4
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.14.3
2.14.3 - 2021-01-24
Release Notes for 2.14.3
2.14.x bugfix release (patch)
2.14.3
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.14.2
2.14.2 - 2021-01-22
Release Notes for 2.14.2
2.14.x bugfix release (patch)
2.14.2
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 1
Bug
2.14.1
2.14.0
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 theInArray
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
- 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
Uri
validator to accept anyLaminas\Uri\Uri
instance for the uri handler.
laminas-validator 2.13.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed
replace
version constraint in composer.json so repository can be used as replacement ofzendframework/zend-validator:^2.13.0
.