Releases: ergebnis/factory-bot
Releases · ergebnis/factory-bot
1.10.0
Immutable
release. Only release title and notes can be modified.
What's Changed
- github-actions(deps): Bump ergebnis/.github from 1.9.2 to 1.9.3 by @dependabot[bot] in #1522
- github-actions(deps): Bump actions/cache from 4.2.1 to 4.2.2 by @dependabot[bot] in #1520
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.44.0 to 6.45.0 by @dependabot[bot] in #1523
- github-actions(deps): Bump actions/cache from 4.2.2 to 4.2.3 by @dependabot[bot] in #1524
- composer(deps-dev): Bump ergebnis/composer-normalize from 2.45.0 to 2.46.0 by @dependabot[bot] in #1525
- composer(deps-dev): Bump ergebnis/phpunit-slow-test-detector from 2.19.0 to 2.19.1 by @dependabot[bot] in #1527
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.45.0 to 6.46.0 by @dependabot[bot] in #1526
- composer(deps-dev): Bump ergebnis/composer-normalize from 2.46.0 to 2.47.0 by @dependabot[bot] in #1528
- github-actions(deps): Bump codecov/codecov-action from 5.3.1 to 5.4.2 by @dependabot[bot] in #1529
- github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 by @dependabot[bot] in #1531
- composer(deps-dev): Bump ramsey/uuid from 4.7.6 to 4.8.1 by @dependabot[bot] in #1533
- github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 by @dependabot[bot] in #1534
- composer(deps-dev): Bump ramsey/uuid from 4.8.1 to 4.9.0 by @dependabot[bot] in #1536
- github-actions(deps): Bump shivammathur/setup-php from 2.32.0 to 2.35.1 by @dependabot[bot] in #1540
- github-actions(deps): Bump shivammathur/setup-php from 2.35.1 to 2.35.2 by @dependabot[bot] in #1541
- github-actions(deps): Bump actions/cache from 4.2.3 to 4.2.4 by @dependabot[bot] in #1543
- github-actions(deps): Bump shivammathur/setup-php from 2.35.2 to 2.35.3 by @dependabot[bot] in #1544
- github-actions(deps): Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #1545
- github-actions(deps): Bump shivammathur/setup-php from 2.35.3 to 2.35.4 by @dependabot[bot] in #1548
- github-actions(deps): Bump codecov/codecov-action from 5.4.2 to 5.5.0 by @dependabot[bot] in #1549
- composer(deps-dev): Bump ergebnis/phpunit-slow-test-detector from 2.19.1 to 2.20.0 by @dependabot[bot] in #1550
- composer(deps-dev): Bump ergebnis/license from 2.6.0 to 2.7.0 by @dependabot[bot] in #1551
- github-actions(deps): Bump ergebnis/.github from 1.9.3 to 1.10.0 by @dependabot[bot] in #1552
- github-actions(deps): Bump codecov/codecov-action from 5.5.0 to 5.5.1 by @dependabot[bot] in #1554
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.46.0 to 6.53.0 by @dependabot[bot] in #1547
- composer(deps-dev): Bump ergebnis/composer-normalize from 2.47.0 to 2.48.1 by @dependabot[bot] in #1553
- composer(deps-dev): Bump ramsey/uuid from 4.9.0 to 4.9.1 by @dependabot[bot] in #1557
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 6.53.0 to 6.54.0 by @dependabot[bot] in #1556
- Enhancement: Update
phpstan/phpstanandrector/rectorby @localheinz in #1558 - Enhancement: Add support for PHP 8.5 by @localheinz in #1555
Full Changelog: 1.9.0...1.10.0
1.9.0
What's Changed
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1517 - Added PHP 8.4 support by @martinssipenko in #1516
New Contributors
- @martinssipenko made their first contribution in #1516
Full Changelog: 1.8.0...1.9.0
1.8.0
What's Changed
- Fix: Move classes by @localheinz in #1371
- Enhancement: Extract
FieldValueResolutionStrategyinterface by @localheinz in #1374 - Fix: Rename
ResolutionStrategytoCountResolutionStrategyby @localheinz in #1375 - Enhancement: Extract
MinimumCountResolutionStrategyby @localheinz in #1376 - Enhancement: Extract
BetweenMinimumAndMaximumCountResolutionStrategyby @localheinz in #1377 - Enhancement: Extract
BetweenMinimumAndMaximumGreaterThanZeroCountResolutionStrategyby @localheinz in #1378 - Fix: Rename strategies by @localheinz in #1379
- Enhancement: Extract named constructor by @localheinz in #1380
- Enhancement: Require and use
doctrine/instantiatordirectly by @localheinz in #1381
Full Changelog: 1.7.0...1.8.0
1.7.0
What's Changed
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1276 - Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1292 - Enhancement: Implement
consolescript by @localheinz in #1294 - Fix: Require
doctrine/orm:^2.12.0by @localheinz in #1296 - Fix: Do not use deprecated
Doctrine\ORM\Tools\Setupby @localheinz in #1295 - Fix: Require
doctrine/orm:^2.14.0by @localheinz in #1298 - Fix: Do not use deprecated
Doctrine\ORM\EntityManager::create()by @localheinz in #1297 - Enhancement: Allow installation of
doctrine/orm:^3.0.0by @localheinz in #1293 - Enhancement: Allow installation of
doctrine/dbal:^4.0.0by @localheinz in #1299
Full Changelog: 1.6.0...1.7.0
1.6.0
What's Changed
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1230 - Enhancement: Require
doctrine/orm:^2.9.0by @localheinz in #1234 - Enhancement: Use attributes by @localheinz in #1235
- Fix: Remove
doctrine/annotationsby @localheinz in #1233 - Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1236
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1090 - Fix: Drop support for PHP 8.0 by @localheinz in #1109
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1112 - Fix: Do not configure
platformby @localheinz in #1212 - Enhancement: Add support for PHP 8.3 by @localheinz in #1213
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #1215
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #999 - Enhancement: Allow installation of
doctrine/annotations:^2.0.0by @localheinz in #1000
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- composer(deps-dev): Bump phpunit/phpunit from 9.5.26 to 9.5.27 by @dependabot in #930
- composer(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.23 to 1.3.24 by @dependabot in #931
- composer(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.24 to 1.3.25 by @dependabot in #932
- Fix: Use
~operator to limit compatibility with PHP versions by @localheinz in #934 - composer(deps-dev): Bump vimeo/psalm from 5.1.0 to 5.2.0 by @dependabot in #933
- composer(deps-dev): Bump phpstan/phpstan-deprecation-rules from 1.0.0 to 1.1.1 by @dependabot in #935
- composer(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.25 to 1.3.26 by @dependabot in #937
- composer(deps-dev): Bump phpstan/phpstan-phpunit from 1.3.0 to 1.3.2 by @dependabot in #936
- composer(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.26 to 1.3.27 by @dependabot in #939
- composer(deps-dev): Bump vimeo/psalm from 5.2.0 to 5.3.0 by @dependabot in #941
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 5.0.0 to 5.0.1 by @dependabot in #942
- composer(deps-dev): Bump phpstan/phpstan from 1.9.3 to 1.9.4 by @dependabot in #940
- composer(deps-dev): Bump ramsey/uuid from 4.6.0 to 4.7.0 by @dependabot in #943
- composer(deps): Bump ergebnis/classy from 1.3.0 to 1.4.0 by @dependabot in #923
- composer(deps-dev): Bump vimeo/psalm from 5.3.0 to 5.4.0 by @dependabot in #944
- Enhancement: Update
fakerphp/fakerby @localheinz in #947 - Enhancement: Synchronize with
ergebnis/php-package-templateby @localheinz in #946 - Enhancement: Allow installation of
doctrine/persistence:^3.0.0by @localheinz in #948
Full Changelog: 1.2.0...1.3.0
1.2.0
What's Changed
- composer(deps-dev): Bump phpstan/phpstan from 1.9.1 to 1.9.2 by @dependabot in #916
- composer(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.22 to 1.3.23 by @dependabot in #917
- composer(deps-dev): Bump vimeo/psalm from 4.30.0 to 5.0.0 by @dependabot in #918
- github-actions(deps): Bump stefanzweifel/git-auto-commit-action from 4.15.4 to 4.16.0 by @dependabot in #919
- composer(deps-dev): Bump vimeo/psalm from 5.0.0 to 5.1.0 by @dependabot in #921
- composer(deps-dev): Bump psalm/plugin-phpunit from 0.18.3 to 0.18.4 by @dependabot in #920
- Fix: Drop support for PHP 7.4 by @localheinz in #922
- composer(deps-dev): Bump ergebnis/license from 2.0.0 to 2.1.0 by @dependabot in #925
- composer(deps-dev): Bump infection/infection from 0.26.6 to 0.26.16 by @dependabot in #924
- composer(deps-dev): Bump ramsey/uuid from 4.2.3 to 4.6.0 by @dependabot in #928
- composer(deps-dev): Bump phpstan/phpstan-phpunit from 1.2.2 to 1.3.0 by @dependabot in #927
- composer(deps-dev): Bump ergebnis/composer-normalize from 2.28.3 to 2.29.0 by @dependabot in #926
- composer(deps-dev): Bump ergebnis/php-cs-fixer-config from 4.11.0 to 5.0.0 by @dependabot in #929
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- composer(deps-dev): bump phpstan/phpstan from 1.4.8 to 1.4.9 by @dependabot in #773
- composer(deps-dev): bump phpstan/phpstan from 1.4.9 to 1.4.10 by @dependabot in #774
- composer(deps-dev): bump phpunit/phpunit from 9.5.18 to 9.5.19 by @dependabot in #775
- github-actions(deps): bump ergebnis/.github from 1.3.2 to 1.4.0 by @dependabot in #776
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.13.1 to 4.14.0 by @dependabot in #777
- github-actions(deps): bump actions/cache from 2.1.7 to 3 by @dependabot in #778
- composer(deps-dev): bump ergebnis/php-cs-fixer-config from 4.3.0 to 4.4.0 by @dependabot in #779
- composer(deps-dev): bump ergebnis/composer-normalize from 2.24.0 to 2.24.1 by @dependabot in #780
- github-actions(deps): bump shivammathur/setup-php from 2.17.1 to 2.18.0 by @dependabot in #781
- composer(deps-dev): bump phpstan/phpstan from 1.4.10 to 1.5.0 by @dependabot in #782
- composer(deps-dev): bump phpstan/phpstan-phpunit from 1.0.0 to 1.1.0 by @dependabot in #784
- composer(deps-dev): bump phpstan/phpstan-doctrine from 1.2.11 to 1.3.0 by @dependabot in #785
- composer(deps-dev): bump ergebnis/composer-normalize from 2.24.1 to 2.25.1 by @dependabot in #788
- github-actions(deps): bump ergebnis/.github from 1.4.0 to 1.4.1 by @dependabot in #787
- composer(deps-dev): bump phpstan/phpstan-doctrine from 1.3.0 to 1.3.1 by @dependabot in #789
- composer(deps-dev): bump phpunit/phpunit from 9.5.19 to 9.5.20 by @dependabot in #791
- github-actions(deps): bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in #793
- composer(deps-dev): bump phpstan/phpstan-doctrine from 1.3.1 to 1.3.2 by @dependabot in #794
- github-actions(deps): bump shivammathur/setup-php from 2.18.0 to 2.18.1 by @dependabot in #795
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.14.0 to 4.14.1 by @dependabot in #796
- composer(deps-dev): bump phpstan/phpstan from 1.5.4 to 1.5.5 by @dependabot in #798
- composer(deps-dev): bump phpstan/phpstan from 1.5.5 to 1.5.6 by @dependabot in #799
- composer(deps-dev): bump ergebnis/composer-normalize from 2.25.1 to 2.25.2 by @dependabot in #802
- composer(deps-dev): bump phpstan/phpstan-phpunit from 1.1.0 to 1.1.1 by @dependabot in #801
- composer(deps-dev): bump phpstan/phpstan-doctrine from 1.3.2 to 1.3.3 by @dependabot in #803
- Fix small typos in README by @alexmart in #804
- composer(deps-dev): bump phpstan/phpstan-strict-rules from 1.1.0 to 1.2.0 by @dependabot in #805
- composer(deps-dev): bump phpstan/phpstan from 1.6.0 to 1.6.2 by @dependabot in #807
- composer(deps-dev): bump vimeo/psalm from 4.22.0 to 4.23.0 by @dependabot in #810
- composer(deps-dev): bump ergebnis/composer-normalize from 2.25.2 to 2.26.0 by @dependabot in #812
- github-actions(deps): bump ergebnis/.github from 1.4.1 to 1.5.0 by @dependabot in #819
- composer(deps-dev): bump ergebnis/composer-normalize from 2.26.0 to 2.27.0 by @dependabot in #823
- github-actions(deps): bump shivammathur/setup-php from 2.18.1 to 2.19.0 by @dependabot in #825
- composer(deps-dev): bump ergebnis/composer-normalize from 2.27.0 to 2.28.0 by @dependabot in #831
- github-actions(deps): bump shivammathur/setup-php from 2.19.0 to 2.19.1 by @dependabot in #835
- composer(deps-dev): bump psalm/plugin-phpunit from 0.16.1 to 0.17.0 by @dependabot in #841
- composer(deps-dev): bump phpunit/phpunit from 9.5.20 to 9.5.21 by @dependabot in #843
- composer(deps-dev): bump ergebnis/composer-normalize from 2.28.0 to 2.28.1 by @dependabot in #844
- composer(deps-dev): bump vimeo/psalm from 4.23.0 to 4.24.0 by @dependabot in #846
- composer(deps-dev): bump ergebnis/composer-normalize from 2.28.1 to 2.28.2 by @dependabot in #848
- github-actions(deps): bump shivammathur/setup-php from 2.19.1 to 2.20.0 by @dependabot in #849
- composer(deps-dev): bump ergebnis/composer-normalize from 2.28.2 to 2.28.3 by @dependabot in #850
- github-actions(deps): bump shivammathur/setup-php from 2.20.0 to 2.20.1 by @dependabot in #851
- github-actions(deps): bump ergebnis/.github from 1.5.0 to 1.5.1 by @dependabot in #853
- github-actions(deps): bump shivammathur/setup-php from 2.20.1 to 2.21.0 by @dependabot in #857
- github-actions(deps): bump shivammathur/setup-php from 2.21.0 to 2.21.1 by @dependabot in #860
- composer(deps-dev): bump vimeo/psalm from 4.24.0 to 4.25.0 by @dependabot in #861
- composer(deps-dev): bump vimeo/psalm from 4.25.0 to 4.26.0 by @dependabot in #862
- github-actions(deps): bump shivammathur/setup-php from 2.21.1 to 2.21.2 by @dependabot in #864
- composer(deps-dev): bump phpunit/phpunit from 9.5.21 to 9.5.23 by @dependabot in #865
- composer(deps-dev): bump phpunit/phpunit from 9.5.23 to 9.5.24 by @dependabot in #868
- composer(deps-dev): bump vimeo/psalm from 4.26.0 to 4.27.0 by @dependabot in #871
- github-actions(deps): bump actions/stale from 5 to 6 by @dependabot in #876
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 by @dependabot in #879
- composer(deps-dev): bump phpunit/phpunit from 9.5.24 to 9.5.25 by @dependabot in #880
- github-actions(deps): bump ergebnis/.github from 1.5.1 to 1.7.0 by @dependabot in #882
- composer(deps-dev): bump ergebnis/license from 1.2.0 to 2.0.0 by @dependabot in #883
- composer(deps-dev): bump vimeo/psalm from 4.27.0 to 4.28.0 by @dependabot in #887
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.15.0 to 4.15.1 by @dependabot in #888
- composer(deps-dev): bump vimeo/psalm from 4.28.0 to 4.29.0 by @dependabot in #889
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.15.1 to 4.15.2 by @dependabot in #895
- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.15.2 to 4.15.3 by @dependabot in #899
- github-actions(deps): bump shivammathur/setup-php from 2.21.2 to 2.22.0 by @dependabot in #902
- composer(deps-dev): bump phpunit/phpunit from 9.5.25 to 9.5.26 by @dependabot in #904
- composer(deps-dev): bump psalm/plugin-phpunit from 0.17.0 to 0.18.0 by @dependabot in #905
- composer(deps-dev): bump psalm/plugin-phpunit from 0.18.0 to 0.18.1 by @dependabot in #906
- composer(deps-dev): bump psalm/plugin-phpunit from 0.18.1 to 0.18.3 by @dependabot in #911
- composer(deps-dev): bump ergebnis/php-cs-fixer-config from 4.4.0 to 4.11.0 by @dependabot in #913
- composer(deps-dev): bump phpstan/phpstan-strict-rules from 1.2.0 to 1.4.4 by @dependabot in #878
- composer(deps-dev): bump phpstan/extension-installer from 1.1.0 to 1.2.0 by @dependabot in #892
- composer(deps-dev): bump phpstan/phpstan-doctrine from 1.3.3 to 1.3.22 by @dependabot in #908
- composer(deps-dev): bump phpstan/phpstan-phpunit from 1.1.1 to 1.2.2 by @dependabot in #903
- composer(deps-dev): Bump vimeo/psalm from 4.29.0 to 4.30.0 by @dependabot in https://github.c...