Releases: zenstruck/foundry
v1.25.0
b101604 fix: ci by @kbond
cc22eac chore: fix cs (#386) by @kbond
e0944bb chore(ci): sync meta files and automate cs fixer (#386) by @kbond
d970d7a minor: Reference non deprecated method (#387) by @jongotlin
7ab0740 minor(story): make Story::getState()
protected (#385) by @kbond
9a6f28e chore: availability to chose php version (#376) (#381) by @nikophil
aaeb6cf doc: display downloads badge (#380) by @kbond
e4d5fcb chore(ci): test on PHP 8.2 (#361) by @kbond
555d547 chore: change test context with .env (#375) by @nikophil
2eb52ed feat(make:factory): auto create missing factories (#372) by @nikophil
6bc81b1 refactor: set all fixtures class name unique (#374) by @nikophil
892ed14 feat(make:factory): improve Doctrine default fields guesser (#364) by @nikophil
7b08360 doc: fix header (#370) by @seb-jean
v1.24.1
6588804 dependencies: allow symfony/string 5.4 (#369) by @HypeMC
9e5450e docs: fix namespaces in global_state example (#366) by @OskarStark
917aba5 docs: fix onfig value (#368) by @OskarStark
7773f7e docs: fix config key (#367) by @OskarStark
v1.24.0
f5e9eae minor: use --no-persistence instead of --not-persisted (#365) by @nikophil
730c0d9 chore: rename service ids (#363) by @kbond
19acc72 feat: add RepositoryProxy::inner()
(#362) by @kbond
a003bac refactor(make:factory): split command with DefaultPropertiesGuesser (#357) by @nikophil
d8eca88 chore(ci): test on Symfony 6.2 (#359) by @kbond
20ac349 refactor(make:factory): use value object to render template (#354) by @nikophil
4e5f9d9 feat(make:factory): use factories to default non-nullable relationships (#351) by @nikophil, @benblub
8332956 feat: make Story::get()
static (implies Story::load()->get()
) (#253) by @kbond
b89bcff minor(make:factory): misc enhancements of maker (#345) by @nikophil
3cc95a5 minor: remove php 7.4 related tests (#349) by @nikophil
8a055b0 chore: fix docker cache (#350) by @nikophil
18ea4fb feat(make:factory): create factory for not-persisted objects (#343) by @nikophil
64786fc fix: typo in docs (#348) by @nikophil
1a98fc4 chore: Use composer 2.4 (#346) by @OskarStark
96c4cbe minor(make:factory): Use @see
/@todo
annoations (#344) by @OskarStark
cbeb2ce fix: adjust docblocks to remove PhpStorm errors (#341) by @kbond
cd1e394 fix: use orm limit length in factory (#294) by @MrYamous
b1d7ce3 [feature] add default for Mongo properties in (#340) by @nikophil
778607a [chore] use cache for docker CI (#339) by @nikophil
c662eb3 [feature] auto add phpstan annotations in make:factory (#338) by @nikophil
2bd046f [docs] sort phpstan-method annotations (#333) by @OskarStark
0460741 [docs] remove obsolete section (#335) by @nikophil
2c34baf [bug] Typos in Makefile (#330) by @OskarStark
65924b2 [bug] typos in docs (#331) by @OskarStark
6b48878 [chore] upgrade ci actions (#329) by @kbond
210faff [chore] use phpstan instead of psalm (#328) by @nikophil
51f1bc0 [refactor] modernize code with rector (#327) by @nikophil
8423b75 [chore] adjust .symfony.bundle.yaml
for new branch (#325) by @kbond
5a05513 [feature] require php8+ (#327) by @kbond
v1.23.0
f43b067 [chore] clean up CI (#324) by @nikophil
3588274 [feature] Allow to use foundry without Doctrine (#323) by @nikophil
7598467 [feature] [remove bundleless usge] configure global state with config (#322) by @nikophil
e417945 [feature] [remove bundleless usge] use config instead of environment variables (#320) by @nikophil
cada0cf [feature] pass an index to FactoryCollection
attributes (#318) by @nikophil
d120b1c [minor] fix bamarni/composer-bin-plugin
deprecations (#313) by @kbond
a3eefc1 [minor] remove branch alias (#313) by @kbond
cf7d75e [minor] remove unneeded bin script (#310) by @kbond
cd42774 [feature] add make migrations (#309) by @nikophil
cb9a4ec [feature] add a docker stack (#306) by @nikophil
v1.22.1
8d41ca8 [bug] discover relations with inheritance (#300) by @NorthBlue333
ae6bda2 [bug] multiple relationships with same entity (#302) by @NorthBlue333
v1.22.0
v1.21.1
v1.21.0
e02fbe1 [doc] update config for 5.4+ (#285) by @kbond
39258de [feature] add configuration option for faker generator seed (#285) by @kbond
1bd05ce [feature] re-save created object after "afterPersist" events called (#279) by @kbond
195c815 [bug] Use DateTimeImmutable with immutable ORM types (#283) by @HypeMC