Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
1.13.2
19 Jun 18:06
Compare
Sorry, something went wrong.
No results found
Fixed
Correct parsing of dashes in .blueprint (#272 )
Update README example to generate latest code (#273 )
1.13.1
12 Jun 15:09
Compare
Sorry, something went wrong.
No results found
Improve build error output (#249 )
Fix typo in blueprint:build draft argument description (#250 )
Fix wrong model imports in tests (#256 )
Don't require nullable fields for model validation shorthand (#259 )
Support for dashed YAML syntax (#260 )
Rework all known column data types (#257 , #267 , #268 )
1.13.0
28 May 12:13
Compare
Sorry, something went wrong.
No results found
Added
Support for rememberToken shorthand (#229 )
Support for cascade, set null, restrict, and no action for on delete (#230 )
Ability to customize pivot table name (#234 )
Ability to swap registered generators (#238 )
Fixed
Only add api resources to routes/api.php (#243 )
Ignore models that extend Jenssegers\Mongodb\Eloquent\Model (#240 )
1.12.0
22 May 00:53
Compare
Sorry, something went wrong.
No results found
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
19 May 13:10
Compare
Sorry, something went wrong.
No results found
Fixed
Chaining of 'nullable' for 'foreignId' in Laravel 7 (#217 )
Generate validation rules for belongsTo relationships (#211 )
1.11.1
18 May 18:37
Compare
Sorry, something went wrong.
No results found
v1.11.1
Register new Seeder lexer and generator
v1.11.0
14 May 17:09
Compare
Sorry, something went wrong.
No results found
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.1
08 May 15:07
Compare
Sorry, something went wrong.
No results found
1.10.0
07 May 17:47
Compare
Sorry, something went wrong.
No results found
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
06 May 13:03
Compare
Sorry, something went wrong.
No results found
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 )