Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
1.12.0
Added
- Support for polymorphic relations (#204)
- Support for
foreign
data type shorthand (#224)
Fixed
- Generate proper relationship for model factory (#223)
- Controller
resource
always generating API routes (#227)
1.11.2
Fixed
- Chaining of 'nullable' for 'foreignId' in Laravel 7 (#217)
- Generate validation rules for belongsTo relationships (#211)
1.11.1
v1.11.1
Register new Seeder lexer and generator
v1.11.0
Added
- Support model reference in validate statement to validate all columns (#197)
- Generate database seeders with new
seeders
syntax (#201)
Fixed
- Use
web
shorthand for resource type instead of undocumented all
(f12c3f5)
1.10.0
Added
blueprint:new
command (#192)
Fixed
- Set
false
timestamp property on the model if timestamps are disabled (#189)
- Infer foreign table reference from
id
attribute (#191)
- Generate basic code for Eloquent
update
statements (#190)
1.9.1
Fixed
- Missing faker data when using "biginteger" (#178)
- Incorrect imports when using a custom namespace for models (#186)
- Casing for multiword references in definition (#181)
1.9.0
Fresh new release and be sure to browse the new Blueprint Docs.
Added
- Tag for easier config file publishing (2ec6c380)
- Generate
between
rule for numeric types (#174)
- Allow configuration to use
$guarded = [];
(#173)
Fixed
- Fix/duplicated pivot table (#169)
1.8.0
Added
- Generate foreign key constraints using config or
foreign
syntax (#154)
- Accept both
draft.yaml
and draft.yml
filenames (#159)
Fixed
- Generating duplicate test setup statements (#161)
1.7.1
Additional patches to improve support for Windows.