Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
1.23.3
15 Apr 16:38
Compare
Sorry, something went wrong.
No results found
Fixed
Fix plural-singular modelForContext (#468 )
1.23.2
03 Apr 13:03
Compare
Sorry, something went wrong.
No results found
Fixed
Fixes Typo (#460 )
Fix for deprecated fetchAll (#463 )
1.23.1
27 Mar 23:47
Compare
Sorry, something went wrong.
No results found
Fixed
Correct order for supplemental routes (d7e00e7 )
1.23.0
19 Mar 19:05
Compare
Sorry, something went wrong.
No results found
Added
blueprint:init console command (#438 )
String limit for faker words (#437 )
Shorthand for invokable controllers (#435 )
Fixed
Output of numeric defaults (#445 )
Generate correct reference for nested models (#447 )
Typo (#446 )
1.22.0
23 Feb 18:37
Compare
Sorry, something went wrong.
No results found
Added
Add additional PHPDoc annotation (#427 )
Support onUpdate clauses for migrations (#425 )
Fixed
Fix boolean column default modifier (#426 ) …
Fix duplicate and missing return type declarations (#433 )
1.21.0
25 Jan 13:45
Compare
Sorry, something went wrong.
No results found
Added
Generate belongsTo relationship for UUID columns
Generate return type declarations (#404 )
Fixed
Do not generate foreign key for simple UUID column (#418 )
1.20.2
16 Jan 14:41
Compare
Sorry, something went wrong.
No results found
Added
Support doctrine/dbal version 3.0 (#409 )
1.20.1
05 Jan 21:52
Compare
Sorry, something went wrong.
No results found
Fixed
Sanitize quoted modifier attributes (#403 )
Updates for PHP 8 (#407 )
1.20.0
05 Dec 21:06
Compare
Sorry, something went wrong.
No results found
Changed
Use $casts instead of $dates property from models on L8+ (#393 )
Fixed
Correct newline character for windows (#394 )
Invalid UUID relationships (#398 )
1.19.2
23 Oct 13:16
Compare
Sorry, something went wrong.
No results found
Added
Run tests when pushing to master branch (#372 )
Build demo app via Github Actions (#371 )
Note required configuration for Laravel 8 (11f475c )
Fixed
The destroy test should assert for SoftDeleted (#381 )
Set a date format on a date column for update test. (#380 )
Pivot table naming when model name contains path prefix (#388 )