Skip to content

Releases: zenstruck/foundry

v1.13.2

03 Sep 14:30
06b24d4
Compare
Choose a tag to compare
  • 06b24d4 [bug] when creating collections, check for is persisting first (#195) (Jordi Sala Morales)

v1.13.1

31 Aug 13:21
1dccda1
Compare
Choose a tag to compare
  • 1dccda1 [bug] fix/improve embeddable support (#193) (Kevin Bond)
  • 5f39d8a [minor] update symfony-tools/docs-builder (Kevin Bond)

v1.13.0

30 Aug 12:01
39f69f9
Compare
Choose a tag to compare
  • 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

06 Jul 00:52
6b97f0f
Compare
Choose a tag to compare
  • 6b97f0f [minor] refactor make:factory auto-default feature (#174) (Kevin Bond)
  • 2a0bbce [feature] Auto populate ModelFactory::getDefaults() from doctrine mapping (#173) (Benjamin Knecht)

v1.11.1

25 Jun 20:39
ccac05c
Compare
Choose a tag to compare
  • ccac05c [minor] disable codecov pr annotations (#172) (Kevin Bond)
  • 5c3abe2 [bug] allow passing full namespace with make:factory (#171) (Kevin Bond)

v1.11.0

04 Jun 14:29
d2cd4c7
Compare
Choose a tag to compare
  • 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

19 Apr 20:40
7dc49f0
Compare
Choose a tag to compare
  • 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

19 Mar 13:44
0ebf0dd
Compare
Choose a tag to compare
  • 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

12 Mar 13:14
82502b7
Compare
Choose a tag to compare
  • 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

27 Feb 18:24
8d0ea73
Compare
Choose a tag to compare
  • 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)