Skip to content

Releases: laravel-shift/blueprint

1.23.0

19 Mar 19:05
9865ae8
Compare
Choose a tag to compare

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

23 Feb 18:37
d4d54cc
Compare
Choose a tag to compare

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

25 Jan 13:45
e966567
Compare
Choose a tag to compare

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

16 Jan 14:41
677c842
Compare
Choose a tag to compare

Added

  • Support doctrine/dbal version 3.0 (#409)

1.20.1

05 Jan 21:52
6465acb
Compare
Choose a tag to compare

Fixed

  • Sanitize quoted modifier attributes (#403)
  • Updates for PHP 8 (#407)

1.20.0

05 Dec 21:06
7fec017
Compare
Choose a tag to compare

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

23 Oct 13:16
eaa8300
Compare
Choose a tag to compare

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

27 Sep 18:08
Compare
Choose a tag to compare

Fix times() factory method name to count().

1.19.0

27 Sep 18:02
Compare
Choose a tag to compare

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

07 Sep 18:21
Compare
Choose a tag to compare

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)