Releases: laravel-shift/blueprint
Releases · laravel-shift/blueprint
2.13.0
Release Notes
- Register custom shorthands in #762
- Configure default data types in #761
- Improve
buildcommand with Termwind in #759 - Require Laravel 11 or higher in
1c4ecfa - Detect TypeScript in
InertiaPageGeneratorin #749 - Strengthen assertions in
d8fc2c3 - Leverage model factory discovery in
17308ff - Add
int=>integermapping inModelLexerin #751
2.12.0
2.11.1
2.11.0
Added
- Generate basic Livewire components with Blueprint in #712
- Support new
inertiacontroller statement in #718 - Option to disable generation of separate resource collection class in #723
- Support for nested resource controllers in #725
Changed
- Use
fakehelper in factories in #736 - Import
AdditionalAssertionsto base test case when generating Pest tests in #733 - Enable API routes if necessary before generating code in #728
- Respect model namespace when guessing in #719
- Use
Gatefacade directly in #716 - Output new Laravel 11 geo column types in #717
- Modernize view data syntax in #715
Fixed
- Align code and docs for unconventional foreign keys in #737
- Omit redundant parent ID validation in #732
- Fix
existsrule when using foreign reference in #722 - Correct form request name in #720
You may view the full changelog for more details.
2.10.0
2.9.0
2.8.1
Fixed
- Use Faker methods instead of deprecated property access
2.8.0
Added
- Add support for generating policies in #614
- Add support for iterating over statement in #619
- Use the
Class::dispatchsyntax for class-based events in #620 - Throw an exception when a required model is missing in #622
- Add support for constructor property promotion in #624
- Use
morphsinstead of manually building columns in #627 - Add support for Pest test generation in #625
- Infer
belongsTorelationships in #652 - Use
foreignIdfor consistency in #653
Fixed
- Allow multiple dispatch, fire, notify and send statements in #623
- Omit length for integer values in migrations in #628
- Add missing colon for index method for web controllers in #638
Refactored
- PHPUnit 10 Shift in #606
- Extract
columnNamefunction intoColumn::columnNamein #621