Skip to content

Releases: laravel-shift/blueprint

2.2.0

09 Feb 18:19
b3877c9
Compare
Choose a tag to compare

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

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

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

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

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

Fixed

  • Fix relation name when using morph relationships (#473)

1.24.0

22 Apr 13:36
Compare
Choose a tag to compare

Added

  • Support for FQCN to model relationships (#471)

Fixed

  • Fix resource pagination (#470)

1.23.3

15 Apr 16:38
4b8a3fc
Compare
Choose a tag to compare

Fixed

  • Fix plural-singular modelForContext (#468)

1.23.2

03 Apr 13:03
b34ea46
Compare
Choose a tag to compare

Fixed

  • Fixes Typo (#460)
  • Fix for deprecated fetchAll (#463)

1.23.1

27 Mar 23:47
Compare
Choose a tag to compare

Fixed

  • Correct order for supplemental routes (d7e00e7)