All notable changes to request-factories
will be documented in this file.
- Added support for Laravel 10 35
💡 Be sure to check out our upgrade guide for 3.0.0 in UPGRADE.md
- Added support for using
without
with a string for single properties #26
- Added support for lazily resolving model factories #24
- Closures, nested request factories and model factories now work in infinitely nested arrays #24
- Added a handy
RequestFactory::image
method as a shortcut for$factory->file()->image('name.png')
#23
- Added support for passing an instance of a factory to the factory
::new
method #22
- Added support for using custom Faker
Generator
s #21
- Fixes a bug where using dot notation in an array would cause sibling elements to disappear #19
- Fixes a bug when using lists and nested dot notation #14
💡 Be sure to check out our upgrade guide for 2.0.0 in UPGRADE.md
- Added support for altering state using dot notation #10
- initial release