-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07f03da
commit 77dab90
Showing
25 changed files
with
715 additions
and
547 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## v2.0 (2017-03-26) | ||
|
||
- `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 | ||
|
||
## v1.2.1 (2017-02-13) | ||
|
||
- Replaced `is_callable()` with `instanceof Closure` when filling the model so values that happen to be function names aren't interpreated as callables | ||
|
||
## v1.2 (2017-02-03) | ||
|
||
- Added `raw()` method | ||
|
||
## v1.1.2 (2017-01-30) | ||
|
||
- Removed global scopes when fetching the last inserted IDs with `seed()` so they're all fetched | ||
|
||
## v1.1.1 (2017-01-21) | ||
|
||
- Added Laravel 5.4 support | ||
|
||
## v1.1.0 (2017-01-04) | ||
|
||
- 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 | ||
|
||
## v1.0.1 (2017-01-02) | ||
|
||
- Fixed decimal columns causing exceptions when randomFloat returns the maximum possible value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.