Releases: zenstruck/foundry
v1.35.0
v1.34.1
v1.34.0
v1.33.0
98eca98 tests: can create object with fields name different from construct (#466) by @nikophil
b48399d feat: drop all connections before dropping db for postgres (#458) by @nikophil
c2719d1 dependencies: bump faker to 1.10 (#464) by @nikophil
a5ed31c feat: allow setters as factory attribute (#457) by @nikophil
v1.32.0
27b4d7f feat: allow ModelFactory::findOrCreate() in unit tests (#461) by @nikophil
68c6a5e ci: add Symfony 6.3 to test matrix (#459) by @kbond
912f134 fix: makefile minor fixes (#451) by @nikophil
d8fafed minor: improve makefile (#449) by @nikophil
9cce6dc docs: add static ide hint to stories (#448) by @adrianrudnik
v1.31.0
v1.30.3
v1.30.2
v1.30.1
fba0933 fix: regression from embedded object in findOrCreate function (#438) by @nicolasne, Nicolas Nénon, @kbond
v1.30.0
c5ca551 refactor: deprecate AnonymousFactory class and factory() helper (#436) by @nikophil
837dbf6 fix(global state): register story as service in StoryManager (#434) by @nikophil
230f75e feat: findOrCreate() can use embeddables (#432) by @nikophil
cacf9ea minor: add conflict for doctrine/mongodb-odm for false deprecation (#435) by @kbond
6cc9541 fix: running array_values() on array attribute (#435) by @kbond
083a9b9 bug: add failing test for attribute that is array (#435) by @kbond
0094f09 refactor: simplify atrtibutes normalization (#423) by @nikophil
d8a94ce doc: Add introduction to index.rst for symfony.com accessibility (#429) by @GromNaN