Releases: zenstruck/foundry
Releases · zenstruck/foundry
v1.13.2
v1.13.1
v1.13.0
- 39f69f9 [doc] update symfony.com links (#191) (Kevin Bond)
- 31b7569 [doc] switch documentation to symfony.com bundle doc format (#190) (Kevin Bond)
- d4943d7 [minor] exclude maker templates from phpunit code coverage (Kevin Bond)
- 60f78b3 [doc] add note about simplified factory annotations in PhpStorm 2021.2+ (Kevin Bond)
- 8769d7a [minor] update factory maker template annotations (Kevin Bond)
- 1faf97d [feature] persisting factories respect cascade persist (#181) (Mathieu Piot)
- 0416dc4 [minor] Be able to remove most of method annotations on user factories (#185) (Tobias Nyholm)
- 468e80b [minor] add missing ->expectDeprecation() to legacy tests (#188) (Kevin Bond)
- 1647e1b [bug] ensure legacy test works as expected (#187) (Kevin Bond)
- a6f6413 [minor] Added .editorconfig to sync up styles (#186) (Tobias Nyholm)
- 2517f54 [minor] change Instantiator::$forceProperties type-hint (#183) (Kevin Bond)
- b145059 [minor] psalm fix (#180) (Kevin Bond)
v1.12.0
v1.11.1
v1.11.0
- d2cd4c7 [feature] customize namespace for factories generated with make:factory (#164) (Kevin Bond)
- b9c161b [minor] suppress psalm error (#165) (Kevin Bond)
- 112d57d [feature] make:factory only lists entities w/o factories (#162) (Jan Schädlich)
- 6001e7e [minor] Detect missing maker bundle and suggest installation via StubCommands (#161) (Jan Schädlich)
- cdab96e [minor] upgrade to php-cs-fixer 3 (Kevin Bond)
- d357215 [minor] update php-cs-fixer config (Kevin Bond)
- 3ce7da0 [minor] Update .gitattributes file (#158) (Romain Monteil)
- be1d899 [doc] Fix example $posts for Attributes section (#155) (Jérémy)
v1.10.0
- 7dc49f0 [minor] unlock php-cs-fixer in gh action (Kevin Bond)
- e800c83 [feature] add option to use doctrine migrations to reset database (#145) (Kevin Bond)
- 8466067 [doc] fix small typo in docs (#147) (Nicolas PHILIPPE)
- 69fe2a6 [doc] fix typo (#146) (AntoineRoue)
- 463d32a [minor] fix faker deprecations (Kevin Bond)
- aa6b32a [minor] lock php-cs-fixer version in ci (bug in latest release) (Kevin Bond)
- 4dc13e6 [minor] adjust codecov threshold (Kevin Bond)
- cd5cefe [minor] use SHELL_VERBOSITY to hide logs during tests (Kevin Bond)
v1.9.1
- 0ebf0dd [bug] fix false positive for auto-refresh deprecation (fixes #141) (#143) (Kevin Bond)
- 7e693ed [doc] remove unnecessary notes about rebooting kernel (ref: #140) (#142) (Kevin Bond)
- ba7947c [minor] improve make:factory error message when no entities exist (Kevin Bond)
- 3812def [minor] use project var dir for test cache/logs (Kevin Bond)
v1.9.0
- 0872be0 [doc] Add --test option as tip (#138) (Oskar Stark)
- f55afe2 [doc] Fix typos in the docs (#136) (Jacob Dreesen)
- 88c081e [minor] "require" explicitly configuring global auto_refresh_proxies (Kevin Bond)
- 632de3d [feature] throw exception during autorefresh if unsaved changes detected (Kevin Bond)
- 5318c7f [minor] deprecate instantiating Factory directly: (Kevin Bond)
- b7a7880 [feature] add AnonymousFactory (Kevin Bond)
- 228895f [minor] add dev stability to ci matrix (#133) (Kevin Bond)
- b759712 [minor] explicitly add sqlite extension for gh actions (#130) (Kevin Bond)
- 1f332ed [bug] Fix exception message (#129) (Jacob Dreesen)
- 4bc80fb [minor] increase codecov threshold (Kevin Bond)
v1.8.0
- 83d6b26 [feature] add ModelFactory::assert()/RepositoryProxy::assert() (Kevin Bond)
- a657d14 [feature] add ModelFactory::all()/find()/findBy() (Kevin Bond)
- ac775b9 [feature] add ModelFactory::count()/truncate() (Kevin Bond)
- 34373da [feature] add ModelFactory::first()/last() (Kevin Bond)
- 5978574 [minor] psalm fixes (#122) (Kevin Bond)
- 88cb7c9 [minor] add getCommandDescription() to Maker's (Kevin Bond)
- 31971e0 [minor] fail ci if direct deprecations (Kevin Bond)
- ecc0e10 [bug] bump min php version (fixes #118) (#119) (Kevin Bond)