v4.0.0
Version 4 is out 🎉
BC
- Remove deprecation :
- Twig function
phone_number_format
- Twig function
phone_number_is_type
Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber__construct()
: $options arguments isn't not supported has first argument anymoreMisd\PhoneNumberBundle\Validator\Constraints\PhoneNumber::$errorNames
Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber::getType
- Twig function
- Implemented
declare(strict_types=1);
at the beginning of each PHP file - Typing all the code base
What's Changed
- feat: make constraint repeatable by @AlexOstrovsky in #167
- Increase PHPStan level by @odolbeau in #162
- Remove CHANGELOG in favor of Github releases by @odolbeau in #168
New Contributors
- @AlexOstrovsky made their first contribution in #167
Full Changelog: v3.10.0...v4.0.0