Skip to content

Releases: christophrumpel/laravel-factories-reloaded

v1.0.8

08 Jun 20:09
b37ef5d
Compare
Choose a tag to compare
  • Also make it possible to pass factory instances for a relation in the overwriteDefaults method

v1.0.7

29 May 11:59
b0b9cdb
Compare
Choose a tag to compare
  • Add option for unguard models

v1.0.6

14 May 07:04
Compare
Choose a tag to compare
  • Fix issue where you couldn't overwrite default date when using the "with" method #47

v1.0.5

12 May 07:58
Compare
Choose a tag to compare
  • Fix "times" method bug #45

v1.0.4

01 May 14:10
Compare
Choose a tag to compare
  • Fix overwrite defaults bug #41

v1.0.3

28 Apr 15:27
fece9e8
Compare
Choose a tag to compare
  • Fix some mistakes for imported states

v1.0.2

21 Apr 19:42
0d6a82e
Compare
Choose a tag to compare
  • Fixed bug that created wrong states while they were imported from old factories. (#37 )
  • Throw exception with a helpful message when trying to import an old factory state which is not defined as closure.

v1.0.1

20 Apr 13:35
55757fc
Compare
Choose a tag to compare
  • Fix missing factory namespace config entry

v1.0.0

20 Apr 08:39
130d847
Compare
Choose a tag to compare
  • model paths in config is now an array to define multiple locations
  • when using the "times" method combined with "make" you will get a model with relations set manually. (both are not persisted yet)
  • big refactor
  • rewrite of the readme

v0.0.16

25 Mar 10:36
a90d2f6
Compare
Choose a tag to compare
  • Add phpdoc block to support VS Code autocomplete