Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
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()
.
1.19.0
Added
- Laravel 8 class-based model factories (#365)
- Generate tests using Laravel 8 model factories (#367)
Fixed
- View generator test and fixtures (#373)
- Fix multi-word models + refactors (#376)
Refactored
- Update build action (#363)
- Remove all duplicates when overwriting migrations (#375)
- Cleanup fixtures (#368)
1.18.0
Added
- Alias method names for relationships (#355)
- Allow swapping custom generators via config (#357)
- Toggle foreign key constraints for Migrations (#356)
- Bump dependencies for Laravel 8 (#364)
Fixed
- Fix PSR-4 autoload naming for Generators (#362)
Refactored
- Add .editorconfig file (#359)
- Refactor: streamline tests (#361)
- Leverage config merging to default generators (ef82b5b)