Skip to content

up#234

Closed
lyrixx wants to merge 270 commits into
misd-service-development:masterfrom
lyrixx:up
Closed

up#234
lyrixx wants to merge 270 commits into
misd-service-development:masterfrom
lyrixx:up

Conversation

@lyrixx

@lyrixx lyrixx commented Apr 7, 2025

Copy link
Copy Markdown
  • Make travis happy again
  • Simplify travis matrix
  • Bump dependencies & clean code
  • Configure github actions
  • Update travis matrix
  • Fix CS
  • Clean code thanks to phpstan
  • Remove JMS serializer
  • Improve test
  • Improve tests
  • Remove php template
  • Add missing configuration for .php_cs
  • Remove useless CompilerPass
  • Update composer.json & README
  • Prepare v2.0 release
  • Polish some files
  • Correct CHANGELOG
  • Correct PhoneNumberBundle class
  • Prepare release
  • Remove unsed use
  • Add Ukrainian translations
  • Added Turkish language translation
  • Add Czech translations
  • Improve Update instructions
  • Prepare v2.0.2 release
  • Get rid of symfony/templating
  • Do not launch github actions on push
  • Clean services definition
  • Prepare relase v3.0.0
  • Improve travis integration
  • Adding the original bundle in conflict
  • Add .gitattributes
  • Rename .php_cs to .php_cs.dist
  • Fix indention
  • Update .gitattributes
  • Clarify LICENSE
  • Add copyright back
  • Revamped folder
  • Add Symfony:risky .php_cs checks
  • Add note to services table to make clear IDs are removed
  • Add support of null value for the deserializer
  • Update changelog after Missing or invalid default region. #27
  • Allow to validate phone number over multiple types.
  • Fix CS
  • Improve error messages
  • Cleaning
  • ability to pass options down to country and number fields
  • fix Throw exceptions in the Doctrine type #21
  • tests
  • Prepare v3.1.0
  • Update Qualiy config
  • use relace instead of conflict in composer.json
  • Prepare v3.1.1
  • Bundle configuration
  • Update README.md
  • Move defaultRegion to validator instance
  • Prepare v3.2.0
  • BC brake fix
  • Prepare v3.2.1
  • Added comment clarifying deprecated twig functions
  • Remove the notice about Flex
  • Update example
  • Allow PHP 8
  • Simplify tests
  • PhoneNumberNormalizer support only string as data
  • CS Fix
  • Prepare release v3.3.0
  • feat(config): use code static analysis php8 oriented
  • Add a constructor in constraint
  • Prepare v3.3.1
  • Revert "Add a constructor in constraint"
  • Prepare v3.3.2
  • Ability to choose a path for the region
  • feat(config): new config params for serialization
  • feat(validator): change phone format in validator
  • typo in README
  • feat: switch to keep a changelog
  • Prepare Release 3.3.3
  • Added new twig filter formatForCallingFrom
  • Prepare v3.4.0
  • Adds support for TBS4 templating
  • Prepare v3.4.1
  • Add support for Bootstrap 5
  • Prepare v3.4.2
  • Add suuport for php8 attributes (Document difference between Symfony 2 and 3 form types #84)
  • Update dependencies & tests (Possibility to override the label in country widget #90)
  • Fix php-cs-fixer test
  • Prepare v3.5.0 (Add E164 format restriction option to constraint #89)
  • doc: update docs with attribute usage instead of annotations
  • doc: issue Create validators.fi.yml #93 ... (Create validators.se.yml #94)
  • feat: Add a feature to change country display format in form
  • fix: remove short display because many region could have the same country code
  • fix: preserve country_choices order
  • Update documentation
  • add support for Symfony 6
  • remove LegacyPhoneNumberNormalizerTrait
  • revert PhoneNumberNormalizer changes
  • require symfony/serializer ^6.0.1
  • add return type hints to silence deprecation warnings
  • Prepare v3.6.0
  • php8 return types compatible (Mixing Field type and Validation #99)
  • fix: CS
  • Prepare 3.6.1
  • Fix constructor breaking with format as input
  • feat: add bc layer on validation constraints options
  • doc: prepare release 3.6.2
  • feat: add banner stands with ukraine
  • Avoid php 8.1 deprecation.
  • Fix phpcsfixer
  • Fix export-ignore rule for tests
  • Fix Symfony 6.1 deprecation for PhoneNumberNormalizer
  • Add catalan translation
  • Fix Symfony 6.1 deprecation for PhoneNumber constraint
  • Prepare release 3.6.3
  • Fix Catalan locale code in translations filename
  • Update changelog with latest modifications
  • ✅ New test for compiler pass
  • 🧑‍💻 Remove validation deprecation notice
  • 🎨 Add return types everywhere
  • feat: update changelog to release 3.7.0
  • fix doc about phone number type validation
  • 💚 Fix workflow (PhoneNumber '0' results in null object #125)
  • Add portuguese translation
  • Update validators.pt_BR.xlf
  • 📝 Prepare release 3.8.0
  • 💚 Remove useless doc (php cs fixer fix)
  • Fix PhoneNumber constraint default message
  • Add Hungarian translations
  • 💚 Fix php cs warning
  • 📝 Remove array() function from README
  • ✅ Fix failing test
  • 📝 Update changelog for Could not load type "Misd\PhoneNumberBundle\Form\Type\PhoneNumberType" #129
  • ✨ Add new french translations
  • 📝 Update changelog for Support for Symfony 3 #130
  • 📝 update test badge on readme
  • 📝 Add validation message change in CHANGELOG
  • performance: call Countries::getNames only one time
  • 📝 prepare release 3.9.0
  • 🩹 Fix deprecation notice
  • ✅ ignore attribute missing
  • 📝 Prepare version 3.9.1
  • [Twig] allow to use string phone numbers in templates filters ([RFC] Adding a new constraint type containing both FIXED_LINE and UAN #142)
  • fix deprecation for symfony/serializer 6.3
  • Prepare version 3.9.2
  • Fix CS Fixer
  • Add country_display_emoji_flag option to allow display of the flag in the form widget
  • fix: remove require ext-mbstring
  • add polyfill-mbstring requirement
  • doc: add CHANGELOG info about default option value change in future release
  • feat: Configurable Doctrine SQL Column Length
  • Update CHANGELOG.md
  • Allow Symfony 7 & drop support for unmaintained Symfony versions
  • Fix DBAL 4 compatibility
  • Fix issue with DBAL version detection
  • Fix code style
  • Add changelog entry
  • Fix static analysis
  • Let's try a different PHP version for the phpqa image
  • Prepare version 3.9.3
  • Fix CS
  • Create separate composer.json files for PHP CS Fixer & PHPStan
  • Drop PHP7.4 & rework CI
  • bug: Prevent letters as number
  • Stop PHP8.0 support
  • Do not launch tests on push
  • Prepare v3.10.0
  • Bump phpstan level
  • Always declare strict_types
  • Remove deprecated code
  • feat: make constraint repeatable
  • chore: add changelog entry
  • Remove CHANGELOG in favor of Github releases
  • Coding Style - CSFixer
  • Coding Style - PHPStan
  • Use root DI extension class
  • feat: add slovak translations
  • add arabic translations
  • Fix CS
  • Fix gitattributes export-ignore for unexisting files
  • Allow empty PhoneNumber object to be transformed in form
  • Fix lint errors
  • remove $ so gitclip works, fix bundle version
  • Allow to use PhoneNumber Constraint on methods
  • Allow giggsey/libphonenumber-for-php v9

Olivier Dolbeau and others added 30 commits November 25, 2019 15:27
Improve Update instructions
Get rid of symfony/templating
Clean services definition
Improve travis integration
Adding the original bundle in conflict
Rename .php_cs to .php_cs.dist
odolbeau and others added 29 commits November 30, 2023 11:44
Allow empty PhoneNumber object to be transformed in form
remove $ so gitclip works, fix bundle version
Allow to use PhoneNumber Constraint on methods
@lyrixx lyrixx closed this Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.