|
2 | 2 |
|
3 | 3 | ## 2.2.4
|
4 | 4 |
|
| 5 | +Meta: |
| 6 | + |
5 | 7 | - CHANGELOG.md is being written once again to provide an overview
|
6 | 8 | of active changes to the API and codebase.
|
| 9 | + |
| 10 | +Versioning Changes: |
| 11 | + |
7 | 12 | - Dropped PHP 7.3 support.
|
8 | 13 | - Added support for PHP 8.0 and PHP 8.1. This will be the
|
9 | 14 | last release with PHP 7.4 support. Support for PHP 8.2 is considered
|
10 | 15 | experimental, local development should be done at 8.1.
|
| 16 | + |
| 17 | +Deprecations: |
| 18 | + |
11 | 19 | - Zend Framework façade validators are no longer supported and were
|
12 | 20 | removed.
|
13 | 21 | - Symfony façade validators are no longer suggested, and will be
|
14 | 22 | removed in release 2.3.
|
| 23 | + - v::dateTime('z') is not supported anymore in PHP8, and should not be relied upon |
| 24 | + |
| 25 | +Fixes: |
15 | 26 | - Updated bin/update-currency-codes to fetch XML from another source.
|
16 | 27 | - Updated bin/update-iso-codes to new file format.
|
17 | 28 | - Updated regionals (CountryCode.php, CurrencyCode.php, Tld.php) (2023-02-13).
|
18 |
| - - Updated licensing email for @alganet. |
19 |
| - - Added ignores for phpstan template variables without getters. |
20 |
| - - Fixed misc phpstan and phpcs errors. |
21 |
| - - v::dateTime('z') is not supported anymore in PHP8, and should not be relied upon |
22 | 29 | - Added RuPay card validation (thanks @rakshit087)
|
23 | 30 | - Fixed `v::decimal()` for float values (thanks @scruwi)
|
24 | 31 | - Added `v::portugueseNif()` to validate _Número de Identificação Fiscal_ in Portugal (thanks @goncalo-andrade).
|
25 | 32 | - Allow 5-digit and 6-digit postal codes for Cambodia (thanks @omega3000)
|
26 | 33 | - `v::intval()` now handles negative values with trailing zeroes better (thanks @l-x)
|
27 | 34 |
|
28 |
| -# Changes in Respect\Validation 1.0 |
| 35 | +## 2.2.x |
| 36 | + |
| 37 | +Changelogs between 1.1.0 and 2.2.4 are available only through `git log` and GitHub Releases. |
| 38 | + |
| 39 | +# Changes in Respect\Validation 1.x |
29 | 40 |
|
30 | 41 | All notable changes of the Respect\Validation releases are documented in this file.
|
31 | 42 |
|
|
0 commit comments