Releases: vierge-noire/cakephp-fixture-factories
Releases · vierge-noire/cakephp-fixture-factories
v2.9.3
What's Changed
- Improve compatibility with PHP 8.3 by @ishanvyas22 in #245
v3.0.2
What's Changed
- Fix up some things. by @dereuromark in #239
- Fix up CS for array collections by @dereuromark in #244
- Improve compatibility with PHP 8.3 by @ishanvyas22 in #245
- Add smart default data that is required by schema. by @dereuromark in #243
New Contributors
- @dereuromark made their first contribution in #239
Full Changelog: v3.0.1...v3.0.2
v3.1.0-rc.1
This is to announce the soon release of v3.1.0. It will bring two nice features:
- The possibility to return result sets instead of arrays from the factories. This will make the assert part of the tests easier
- The possibily to mock the results of select queries. You can now perform tests of the controllers for example, without interacting with the DB
Check the PR here, give it a try, and let us know your thoughts!
v3.0.1
What's Changed
- fix common options missing and warning by @LordSimal in #231
Full Changelog: v3.0...v3.0.1
v3.0
What's Changed
- cakephp 5 update by @LordSimal in #210
- Port main to cake5 branch by @pabloelcolombiano in #215
- Remove @internal from FactoryTableRegistry class by @ishanvyas22 in #223
- cake5: use stable versions by @LordSimal in #224
- Fix Cake5 branch by @pabloelcolombiano in #229
- Cake5 release by @pabloelcolombiano in #228
Full Changelog: v2.9.2...v3.0
v2.9.2
What's Changed
- #218 Match argument types of FactoryAwareTrait::getFactory() as BaseFactory::make() by @ckbx-cakebox in #219
- #218 fix phpdoc argument types of the with* methods inside bake factory template by @ckbx-cakebox in #220
- #216 ignore default associations when entity is injected by @ckbx-cakebox in #217
New Contributors
- @ckbx-cakebox made their first contribution in #219
Full Changelog: v2.9.1...v2.9.2
v2.9.1
- Fixes #212 : array notation enhancement. Thank you very much to @ishanvyas22 for spoting the issue!
v2.9 RC 1
v2.9 release
v2.8 release
- thanks to @ishanvyas22 for adding ability to disable primary key generation by factory class
- thanks to @ishanvyas22 for having the package support PHP 8.2
- thanks to @MolbioUnige for adding tinyinteger and smallinteger pk types