Releases: brick/postcode
Releases · brick/postcode
0.4.0
💥 Breaking changes
- All classes are now
final
✨ New features
InvalidPostcodeException
now has getPostcode()
and getCountry()
methods (#13)
UnknownCountryException
now has a getCountry()
method (#13)
✨ Improvements
- The
AT
, BE
and LU
formatters now accept (and strip) a leading A
/ B
/L
letter (#13)
Thanks to @rubentebogt!
0.3.3
✨ Improvements
- Exclude Austrian postal codes starting with
0
(#15) - thanks to @weswaldix
0.3.2
✨ New features
- Support for 7-digit postal codes in Egypt (#14) - thanks to @faustbrian
0.3.1
✨ New features
- Formatter for
IC
(Canary Islands) (#12) - thanks to @mpesari
0.3.0
Minimum PHP version is now 7.4
. No breaking changes.
0.2.7
🐛 Bug fix
- Fix GB formatter not accepting
C
in inward code (#9) - thanks to @chris-ware
0.2.6
🐛 Bug fix
- Further improvements to the IE formatter (#8) - thanks to @wernerwa
0.2.5
🐛 Bug fix
- Fixed the
IE
formatter not accepting the ANN ANNN
format (#7) - thanks to @nigobo
0.2.4
🐛 Bug fix
- Fixed the
SE
formatter that was missing space (#6) - thanks to @grizzm0