Skip to content

Releases: laravel-shift/blueprint

1.13.1

12 Jun 15:09
0e31025
Compare
Choose a tag to compare
  • 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
8a321eb
Compare
Choose a tag to compare

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
cb93d7c
Compare
Choose a tag to compare

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
07e88dc
Compare
Choose a tag to compare

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
Choose a tag to compare
v1.11.1

Register new Seeder lexer and generator

v1.11.0

14 May 17:09
202dabc
Compare
Choose a tag to compare

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
Choose a tag to compare
v1.10.1

Fix #194

1.10.0

07 May 17:47
Compare
Choose a tag to compare

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
79644cb
Compare
Choose a tag to compare

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

04 May 14:33
Compare
Choose a tag to compare

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)