Skip to content

Releases: guidocella/eloquent-populator

2.1.4

04 Sep 14:53
Compare
Choose a tag to compare

Added Laravel 5.7 support

2.1.3

08 Feb 08:15
Compare
Choose a tag to compare

Added Laravel 5.6 support

2.1.2

30 Aug 17:30
Compare
Choose a tag to compare

Added Laravel 5.5 support

2.1.1

12 Jul 13:39
Compare
Choose a tag to compare

Avoided inserting virtual columns

2.1

20 Jun 07:12
Compare
Choose a tag to compare
2.1

Added Laravel Multilingual support

2.0.3

29 May 16:57
Compare
Choose a tag to compare

Prevented "Too many connections" errors when running many tests by closing the Doctrine connections

2.0.2

13 May 15:13
Compare
Choose a tag to compare

Prevented error with BelongsTo and BelongsToMany relations to the same model

2.0.1

18 Apr 10:37
Compare
Choose a tag to compare

Prevented previously added models from being recreated.

2.0

26 Mar 17:32
Compare
Choose a tag to compare
2.0
  • seed sets nullable columns to either null or the guessed formatter
  • Owning models that haven't been added explicitly and whose foreign keys haven't been passed as custom or factory attributes are always automatically added with a quantity of 1
  • TIME columns are populated with random time strings so you can see if the database contains them in tests without having to format them. You can still cast them to Carbon istances by adding them to their models' $dates field.
  • Removed the array_insert helper

1.2.2

18 Feb 19:01
Compare
Choose a tag to compare

Unquoted reserved column names which Doctrine quotes automatically