All Versions
41
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v1.17.0 Changes

    March 24th, 2022 - v1.16.0...v1.17.0

    • c131715 [bug] fix global state with symfony/framework-bundle >= 5.4.6/6.0.6 (#259) by @kbond
    • ๐Ÿšš 0edbea8 [minor] remove Symfony 5.3 from test matrix (#259) by @kbond
    • 5768345 [feature] add Story "pools" (#252) by @kbond
    • โช be6b6c8 Revert "[feature] Allow any type for Story States (#231)" (#252) by @kbond
    • ๐Ÿ—„ 02cd0c8 [minor] deprecate Story:add() and add Story::addState() (#254) by @kbond
    • ๐Ÿ—„ 02609a9 [minor] add return type for stub command (deprecated in symfony 6) (#257) by @Chris53897, Christopher Georg [email protected]
    • 6977f3a [doc] Use UserPasswordHasherInterface instead of UserPasswordEncoderInterface (#255) by @zairigimad
    • 01ebfab [feature] add an 'All' option to make:factory to create all missing factories (#247) by @abeal-hottomali
    • 39fa8e2 [bug] ignore abstract classes in the maker (#249) by @abeal-hottomali
    • 62eeb75 [minor] run php-cs-fixer on php 7.2 (#243) by @kbond
  • v1.16.0 Changes

    January 6th, 2022 - v1.15.0...v1.16.0

    • ๐Ÿ‘ 79261d6 [feature] MongoDB ODM Support (#153) by @kbond, @nikophil
    • d97d895 [minor] fix psalm (#232) by @kbond
    • ๐Ÿ”Œ fc74f26 [minor] add allow-plugins for composer 2.2+ (#232) by @kbond
  • v1.15.0 Changes

    December 30th, 2021 - v1.14.1...v1.15.0

    • fb79022 [feature] Allow any type for Story States (#231) by @wouterj
    • โšก๏ธ d6d7d52 [doc] update url (#230) by @bfoks
    • 4915b61 [doc] Fix event hook argument name (#229) by @Aeet, @kbond
    • 7e13ed0 [doc] add note about how attributes are built (#228) by @gnito-org
    • 552dc6f [doc] Correct spelling in index.rst (#226) by @gnito-org
    • ๐Ÿ‘• 50a91b9 [bug] Fix smallint generated Faker (#223) by @jmsche
    • 68552a7 [doc] Document the MakeFactory all-fields option (#220) by @gnito-org
    • 93a2f9c [feature] Add all-fields option to MakeFactory (#218) by @gnito-org
  • v1.14.1 Changes

    December 2nd, 2021 - v1.14.0...v1.14.1

    • bf1cbc9 [minor] Bump symfony/http-kernel from 5.3.7 to 5.4.0 in /bin/tools/psalm (#217) by @dependabot[bot], dependabot[bot]
    • ๐Ÿ—„ 433f9b2 [minor] allow symfony/deprecation-contracts 3+ by @kbond
    • โœ… 2b10729 [minor] fix failing test by @kbond
    • b3ce03f [minor] add void return type (#176) by @seb-jean
  • v1.14.0 Changes

    November 13th, 2021 - v1.13.4...v1.14.0

    • ๐Ÿ‘ 46e968e [minor] add Symfony 6.0/PHP 8.1 support (#198) by @kbond
  • v1.13.4 Changes

    October 21st, 2021 - v1.13.3...v1.13.4

    • 676f00a [bug] disable migration transactions (#207) by @kbond
    • โœ… c6df43d [ci] re-enable migration tests on php >= 8 (#207) by @kbond
    • โœ… 2ef6c6a [ci] disable migration tests on php >= 8 (#206) by @kbond
    • 0๏ธโƒฃ e29a008 [bug] fix maker auto-defaults with yaml driver (#205) by @domagoj-orioly
    • c483b2e [ci] use reusable workflows where possible (#203) by @kbond
    • ๐Ÿ‘ท 886204f [minor] adjust CI output by @kbond
    • 63a956e [minor] use zenstruck/assert for assertions instead of phpunit (#182) by @kbond
  • v1.13.3 Changes

    September 24th, 2021 - v1.13.2...v1.13.3

    • 477db0a [minor] install psalm as composer-bin tool (#199) by @kbond
    • โœ… 6ced887 [minor] add Symfony 5.4 to test matrix (#197) by @kbond
    • 6610c5d [bug] rename "rank" as it's a reserved keyword in mysql 8 (#197) by @kbond
  • v1.13.2 Changes

    September 3rd, 2021 - v1.13.1...v1.13.2

    • 06b24d4 [bug] when creating collections, check for is persisting first (#195) by @jordisala1991, @kbond
  • v1.13.1 Changes

    August 31st, 2021 - v1.13.0...v1.13.1

    • ๐Ÿ‘ 1dccda1 [bug] fix/improve embeddable support (#193) by @kbond
    • โšก๏ธ 5f39d8a [minor] update symfony-tools/docs-builder by @kbond
  • v1.13.0 Changes

    August 30th, 2021 - v1.12.0...v1.13.0

    • โšก๏ธ 39f69f9 [doc] update symfony.com links (#191) by @kbond
    • ๐Ÿ“š 31b7569 [doc] switch documentation to symfony.com bundle doc format (#190) by @kbond, @wouterj
    • d4943d7 [minor] exclude maker templates from phpunit code coverage (#189) by @kbond
    • 60f78b3 [doc] add note about simplified factory annotations in PhpStorm 2021.2+ (#189) by @kbond
    • โšก๏ธ 8769d7a [minor] update factory maker template annotations (#189) by @kbond
    • 1faf97d [feature] persisting factories respect cascade persist (#181) by @mpiot
    • ๐Ÿšš 0416dc4 [minor] Be able to remove most of method annotations on user factories (#185) by @Nyholm
    • โœ… 468e80b [minor] add missing ->expectDeprecation() to legacy tests (#188) by @kbond
    • โœ… 1647e1b [bug] ensure legacy test works as expected (#187) by @kbond
    • ๐Ÿ’… a6f6413 [minor] Added .editorconfig to sync up styles (#186) by @Nyholm
    • 2517f54 [minor] change Instantiator::$forceProperties type-hint (#183) by @kbond
    • b145059 [minor] psalm fix (#180) by @kbond