Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
2.5.0
26 Feb 17:15
Compare
Sorry, something went wrong.
No results found
Added
Adopt anonymous migrations (#571 )
Support plural resources (#574 )
Support inline configuration (#575 )
Automatically generate mailable view (#580 )
Explicitly set nullable validation rule (#581 )
Introduce meta key for customizations (#577 )
Ignore SoftDelete columns in Resources and Form Requests (#592 )
Fixed
Correct data type (9b32edd )
Fix missing use in CRUDdy controller tests (#584 )
Fix return type hints (#591 )
2.4.0
23 May 12:37
Compare
Sorry, something went wrong.
No results found
Added
Support fullText column data type (#551 )
Fixed
Fix for variables without context (#553 )
Replace assertDeleted with assertModelMissing (#554 )
Exclude softDeletes columns from factory definition (#565 )
2.3.0
12 Feb 22:20
Compare
Sorry, something went wrong.
No results found
Added
Laravel 9.x compatibility (#538 )
Refactored
Remove old version compare code (#542 )
Update property visibility (#545 )
2.2.0
09 Feb 18:19
Compare
Sorry, something went wrong.
No results found
Added
Add options to publish stubs + config (#530 )
Show skipped views in the output of build command (#531 )
Fixed
Respect order for soft deletes columns (#534 )
Allow multiple morphTo statements (#535 )
Refactors
Refactor to abstract class and specific traits (#532 )
2.1.0
29 Dec 17:29
Compare
Sorry, something went wrong.
No results found
Added
Use foreignUuid method to replace uuid and foreign chain (#502 )
Do not use FQCN for model relationships in same namespace (#524 )
Support Many to Many Polymorphic (#522 )
Use modern App/Models namespace as default (#521 )
Fixed
Update README to reflect new supported versions (#499 )
Change property to protected for extension (#500 )
Fix Trace command to ignore non-PHP files (#498 )
Remove Laravel 7 or newer checks. (#504 )
Fix migration for FQCN references (#503 )
Fix model namespace in the generated factory class. (#512 )
Remove double line break before first relationship method (#517 )
2.0.0
17 Aug 14:36
Compare
Sorry, something went wrong.
No results found
This is a superficial major version release. It marks the adoption of a new Support Policy by dropping support for old version of Laravel (currently 6.x, 7.x). There are no major changes to Blueprint's functionality or underlying code. You may review the Upgrade Guide for full details.
1.25.0
13 Aug 19:20
Compare
Sorry, something went wrong.
No results found
Added
Add --path option to blueprint:trace external models (#488 )
Output related models when available in resources (#495 )
Add support for useCurrentOnUpdate modifier (#493 )
Fixed
Set return types in DocBlock when using resources (#494 )
Make relativeClassName return class name relative to models namespace (#491 )
1.24.2
06 Aug 16:44
Compare
Sorry, something went wrong.
No results found
Fixed
Refactor filesystem mocks (#449 )
Determine correct model for context (#477 )
Allow non-id columns to be nullable when using foreign (#486 )
1.24.1
28 Apr 13:36
Compare
Sorry, something went wrong.
No results found
Fixed
Fix relation name when using morph relationships (#473 )
1.24.0
22 Apr 13:36
Compare
Sorry, something went wrong.
No results found
Added
Support for FQCN to model relationships (#471 )
Fixed
Fix resource pagination (#470 )