Skip to content

Latest commit

 

History

History
58 lines (31 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

58 lines (31 loc) · 2.21 KB

Changelog

All notable changes to request-factories will be documented in this file.

3.2.0 - 2023-03-22

  • Migrated to Pest v2 43
  • Required Laravel 10 as the minimum version 43

3.1.0 - 2023-02-01

  • Added support for Laravel 10 35

3.0.0 - 2023-01-27

💡 Be sure to check out our upgrade guide for 3.0.0 in UPGRADE.md

  • Removes the HasFactory trait in favor of macros #33
  • Bumps minimum PHP version to 8.2 #32

2.5.0 - 2022-09-15

  • Added support for using without with a string for single properties #26

2.4.0 - 2022-09-13

  • Added support for lazily resolving model factories #24
  • Closures, nested request factories and model factories now work in infinitely nested arrays #24

2.3.0 - 2022-09-01

  • Added a handy RequestFactory::image method as a shortcut for $factory->file()->image('name.png') #23

2.2.0 - 2022-08-30

  • Added support for passing an instance of a factory to the factory ::new method #22

2.1.0 - 2022-08-04

  • Added support for using custom Faker Generators #21

2.0.2 - 2022-07-25

  • Fixes a bug where using dot notation in an array would cause sibling elements to disappear #19

2.0.1 - 2022-06-23

  • Fixes a bug when using lists and nested dot notation #14

2.0.0 - 2022-06-20

💡 Be sure to check out our upgrade guide for 2.0.0 in UPGRADE.md

  • Added support for altering state using dot notation #10

1.0.0 - 2022-05-23

  • initial release