Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
2.2.0
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
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
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
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
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
Fixed
- Fix relation name when using morph relationships (#473)
1.24.0
Added
- Support for FQCN to model relationships (#471)
Fixed
- Fix resource pagination (#470)
1.23.3
Fixed
- Fix plural-singular
modelForContext
(#468)
1.23.2
Fixed
- Fixes Typo (#460)
- Fix for deprecated
fetchAll
(#463)
1.23.1
Fixed
- Correct order for supplemental routes (d7e00e7)