Skip to content

Commit d304ace

Browse files
committed
Final CHANGELOG for release 2.2.4
1 parent 1481c8e commit d304ace

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CHANGELOG.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,41 @@
22

33
## 2.2.4
44

5+
Meta:
6+
57
- CHANGELOG.md is being written once again to provide an overview
68
of active changes to the API and codebase.
9+
10+
Versioning Changes:
11+
712
- Dropped PHP 7.3 support.
813
- Added support for PHP 8.0 and PHP 8.1. This will be the
914
last release with PHP 7.4 support. Support for PHP 8.2 is considered
1015
experimental, local development should be done at 8.1.
16+
17+
Deprecations:
18+
1119
- Zend Framework façade validators are no longer supported and were
1220
removed.
1321
- Symfony façade validators are no longer suggested, and will be
1422
removed in release 2.3.
23+
- v::dateTime('z') is not supported anymore in PHP8, and should not be relied upon
24+
25+
Fixes:
1526
- Updated bin/update-currency-codes to fetch XML from another source.
1627
- Updated bin/update-iso-codes to new file format.
1728
- 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
2229
- Added RuPay card validation (thanks @rakshit087)
2330
- Fixed `v::decimal()` for float values (thanks @scruwi)
2431
- Added `v::portugueseNif()` to validate _Número de Identificação Fiscal_ in Portugal (thanks @goncalo-andrade).
2532
- Allow 5-digit and 6-digit postal codes for Cambodia (thanks @omega3000)
2633
- `v::intval()` now handles negative values with trailing zeroes better (thanks @l-x)
2734

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
2940

3041
All notable changes of the Respect\Validation releases are documented in this file.
3142

0 commit comments

Comments
 (0)