Skip to content

Releases: laminas/laminas-validator

2.14.5

14 Jul 14:00
2.14.5
4680bc4
Compare
Choose a tag to compare

Release Notes for 2.14.5

2.14.5

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

Enhancement

Documentation,Enhancement

Bug

2.14.4

24 Jan 20:45
2.14.4
e370c46
Compare
Choose a tag to compare

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

24 Jan 20:28
2.14.3
d939a0c
Compare
Choose a tag to compare

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

22 Jan 13:34
2.14.2
270c210
Compare
Choose a tag to compare

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

13 Jan 17:23
2.14.1
e7337fc
Compare
Choose a tag to compare

2.14.1 - 2021-01-13

Fixed

  • #83 Fixes regression regarding boolean strict option in InArray validator

Release Notes for 2.14.1

2.14.x bugfix release (patch)

2.14.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

BC Break,Bug

2.14.0

07 Jan 16:07
2.14.0
8da5e20
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.