2.0.1
This should not cause breaking changes for most people, but we're tagging it as 2.0 because technically the behavior is different:
- The postal code and administrative area validators will now pass if provided an empty string in a country that does not require that address field. So, an empty postal code in the US will fail, but an empty postal code in Ireland will pass. This is more a bugfix than a breaking change, but it's a change of behavior regardless.
- The administrative area validator will now pass if we don't have a list of valid areas for the country
- Added Laravel 7 support