Skip to content

Releases: guidocella/eloquent-populator

1.2.1

13 Feb 11:59
Compare
Choose a tag to compare

Replaced is_callable() by instanceof \Closure when filling the model so values that happen to be function names aren't interpreated as callables.

1.2

03 Feb 07:55
Compare
Choose a tag to compare
1.2

Added raw method

1.1.2

30 Jan 10:39
Compare
Choose a tag to compare

Removed global scopes when fetching the last inserted IDs with seed() so they're all fetched.

1.1.1

21 Jan 18:13
Compare
Choose a tag to compare

Added Laravel 5.4 support

1.1.0

14 Jan 19:29
Compare
Choose a tag to compare
  • Fixed self referential BelongsTo relationships causing infinite recursions
  • Prevented new lines in string columns because they broke non-textarea inputs in WebDriver tests
  • Added support for DATETIME-TZ, UUID and JSON column types

1.0.1

02 Jan 13:07
Compare
Choose a tag to compare

Fix decimal columns causing exceptions when randomFloat returns the maximum possible value.

1.0.0

16 Dec 17:40
Compare
Choose a tag to compare

Initial release