What's Changed
- fix typos: "assymetric" -> asymmetric by @ivastly in #660
- Fix: lv_LV postcode format by @edgarsn in #661
- composer(deps): bump vimeo/psalm from 5.12.0 to 5.13.1 in /vendor-bin/psalm by @dependabot in #669
- composer(deps): bump rector/rector from 0.17.0 to 0.17.2 in /vendor-bin/rector by @dependabot in #667
- composer(deps): bump phpstan/phpstan from 1.10.15 to 1.10.22 in /vendor-bin/phpstan by @dependabot in #666
- composer(deps): bump friendsofphp/php-cs-fixer from 3.17.0 to 3.20.0 in /vendor-bin/php-cs-fixer by @dependabot in #668
- Add
$format
toimage
DocBlock by @vintagesucks in #670 - Fix: lv_LV generating invalid personal identity numbers by @edgarsn in #663
- Fix for polish street names + more polish TLDs by @tomaszklim in #664
- Fix psalm baseline in .gitattributes by @VincentLanglet in #674
- composer(deps): bump rector/rector from 0.17.2 to 0.17.7 in /vendor-bin/rector by @dependabot in #676
- composer(deps): bump phpstan/phpstan from 1.10.22 to 1.10.26 in /vendor-bin/phpstan by @dependabot in #677
- composer(deps): bump friendsofphp/php-cs-fixer from 3.20.0 to 3.22.0 in /vendor-bin/php-cs-fixer by @dependabot in #679
- composer(deps): bump vimeo/psalm from 5.13.1 to 5.14.1 in /vendor-bin/psalm by @dependabot in #678
- chore: ensure php 8.3 compatibility by @Chris53897 in #684
- Remove invalid postcode pattern for France by @ker0x in #683
- Fix: Allow tests to fail on PHP 8.3 by @localheinz in #693
- Fix: Test does not perform any assertions by @localheinz in #695
- Fix: Operator by @localheinz in #696
- Fix: Use boolean expressions by @localheinz in #697
- composer(deps): bump rector/rector from 0.17.7 to 0.18.1 in /vendor-bin/rector by @dependabot in #688
- composer(deps): bump phpstan/phpstan from 1.10.26 to 1.10.32 in /vendor-bin/phpstan by @dependabot in #689
- composer(deps): bump vimeo/psalm from 5.14.1 to 5.15.0 in /vendor-bin/psalm by @dependabot in #687
- composer(deps): bump phpstan/phpstan-deprecation-rules from 1.1.3 to 1.1.4 in /vendor-bin/phpstan by @dependabot in #690
- composer(deps): bump friendsofphp/php-cs-fixer from 3.22.0 to 3.25.0 in /vendor-bin/php-cs-fixer by @dependabot in #686
- Fix: Require to pass name to
ContainerBuilder::add()
by @localheinz in #702 - Enhancement: Run tests in random order by @localheinz in #701
- Fix: Add property type declarations by @localheinz in #699
- Fix: Enable and configure
type_declaration_spaces
instead of deprecatedfunction_typehint_space
fixer by @localheinz in #698 - composer(deps): bump phpstan/phpstan from 1.10.32 to 1.10.33 in /vendor-bin/phpstan by @dependabot in #704
- composer(deps): bump friendsofphp/php-cs-fixer from 3.25.0 to 3.25.1 in /vendor-bin/php-cs-fixer by @dependabot in #705
- github-actions(deps): bump actions/checkout from 3 to 4 by @dependabot in #706
- Fix: Switch order of parameters by @localheinz in #703
- Fix: Remove unused method by @localheinz in #711
- Fix: Rename parameter by @localheinz in #707
- Fix: Add parameter type declaration by @localheinz in #710
- Fix: Order by @localheinz in #712
- Enhancement: Reuse
NumberExtension
by @localheinz in #715 - Fix: Methods are instance methods by @localheinz in #708
- Fix: Add property type declarations by @localheinz in #713
- Fix: Reduce visibility by @localheinz in #714
- Fix: Do not memoize invalid service by @localheinz in #709
- Fix: Consistently describe experimental status by @localheinz in #717
- Fix: Mark classes as experimental by @localheinz in #716
- Fix: Mark class as
final
by @localheinz in #718 - Fix: Return string by @localheinz in #726
- Fix: Order by @localheinz in #722
- Fix: Avoid unnecessary imports by @localheinz in #721
- Enhancement: Enable
self_static_accessor
fixer by @localheinz in #728 - Fix: Cache for
friendsofphp/php-cs-fixer
by @localheinz in #729 - Fix: Add parameter type declarations by @localheinz in #724
- Fix: Add tests for
Container
by @localheinz in #727 - Fix: Simplify by @localheinz in #720
- updated polish license plates by @scybulski in #685
- Fix: Update
CHANGELOG.md
by @localheinz in #734 - Fix: Avoid useless tests for
ContainerBuilder
by @localheinz in #730 - Fix: Rename parameter by @localheinz in #731
- Add changelog mention in review checklist by @bram-pkg in #735
- Enhancement: Allow creating
ContainerBuilder
with definitions for default extensions by @localheinz in #732 - Fix: Reduce visibility by @localheinz in #719
- Fix: Remove unused method by @localheinz in #736
- Enhancement: Add
SECURITY.md
by @localheinz in #739 - Fix: Do not use
static
in callables by @localheinz in #785 - Fixed incorrect female name among male names (#794) by @pimjansen in #795
- Removed suppressed State from it_IT by @BoGnY in #802
- Update Address.php to fix country name errors by @supgeek-rod in #809
- fix #832 by @gam6itko in #836
- Fix: Do not use deprecated
MT_RAND_PHP
constant on PHP 8.3 by @localheinz in #844 - Enhancement: Prepare release for
1.23.1
by @localheinz in #788 - Fix: Remove branch alias for
1.23
by @localheinz in #843
New Contributors
- @ivastly made their first contribution in #660
- @edgarsn made their first contribution in #661
- @vintagesucks made their first contribution in #670
- @tomaszklim made their first contribution in #664
- @VincentLanglet made their first contribution in #674
- @Chris53897 made their first contribution in #684
- @BoGnY made their first contribution in #802
- @supgeek-rod made their first contribution in #809
- @gam6itko made their first contribution in #836
Full Changelog: v1.23.0...v1.23.1