Releases: commerceguys/addressing
Releases · commerceguys/addressing
v2.2.5
What's Changed
- CLDR v47 and v48
- Improved CLDR country generation script (now fully automated).
- Update Vietnam subdivisions by @lenamsoft in #230
- ci: add tests for PHP 8.5 by @Chris53897 in #233
- ci: allow symfony/validator 8 (dev) by @Chris53897 in #234
New Contributors
- @lenamsoft made their first contribution in #230
Full Changelog: v2.2.4...v2.2.5
v2.2.4
What's Changed
- PHP 8.4 support: switch implicit nullable types to explicit by @NickDickinsonWilde in #221
New Contributors
- @NickDickinsonWilde made their first contribution in #221
Full Changelog: v2.2.3...v2.2.4
v2.2.3
Update to CLDR v46.
Full Changelog: v2.2.2...v2.2.3
v2.2.2
v2.2.1
What's Changed
- Update to CLDR v45.
- Correct suffixes for ukrainian region names (#214)
- Update UA subdivisions to follow the latest romanization system (and match ISO).
New Contributors
- @vladdancer made their first contribution in #214
Full Changelog: v2.2.0...v2.2.1
v2.2.0
API improvements:
- Allow address formats to declare default values.
- Allow turning off postal code validation in AddressFormatConstraint.
Address format updates:
- Singapore lacks city/locality field.
- Update subdivisions for India (IN).
- Add missing Indonesian (ID) provinces: PD, PE, PS, PT.
- Update subdivisions for Philippines (PH).
- Chile's administrative areas are called regions, not provinces.
- Simplify the postal code pattern for Peru (PE).
- Make the administrative area required for BB, CL, CV, EG, IR, KI, MY, PE, TH, VN
v2.1.1
v2.1.0
v2.0.1
v2.0.0
Changes since v2.0.0-rc1:
- Removed the postal code prefix for Switzerland. Requested in #96.
- Added punctuation to the PY/UY address formats, as specified by UPU.
- Added administrative areas for Paraguay (PY).
Changes since v1.4.3:
- Added an address line 3 to the data model.
- Address formats and subdivisions are no longer auto-generated from Google's dataset, allowing us to accept community changes and bug reports.
- Subdivisions are now always keyed by ISO code when one is available. See the beta1 docs for instructions on updating data.
- The "additional name" field is now visible for countries that use patronymics.
- Added administrative areas for 12 countries (BB, CR, EE, FM, HN, KI, PA, PG, PY, SC, UM, ZW).
- Rebuilt administrative areas for 2 countries (BS, PH).
- Many smaller address format improvements.
- Country list now sourced from CLDR v43.
- Dropped PHP 7 support.