Releases: guidocella/eloquent-populator
Releases · guidocella/eloquent-populator
1.2.1
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
Added raw method
1.1.2
Removed global scopes when fetching the last inserted IDs with seed() so they're all fetched.
1.1.1
Added Laravel 5.4 support
1.1.0
- 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
Fix decimal columns causing exceptions when randomFloat returns the maximum possible value.
1.0.0
Initial release