Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
1.23.2
Fixed
- Fixes Typo (#460)
- Fix for deprecated
fetchAll
(#463)
1.23.1
Fixed
- Correct order for supplemental routes (d7e00e7)
1.23.0
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
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
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
Added
- Support doctrine/dbal version 3.0 (#409)
1.20.1
Fixed
- Sanitize quoted modifier attributes (#403)
- Updates for PHP 8 (#407)
1.20.0
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
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)
1.19.1
Fix times()
factory method name to count()
.