Releases: orchestral/canvas
Releases · orchestral/canvas
v8.2.0
Added
- Added support for
Illuminate\Console\Concerns\CreatesMatchingTest
.
Changes
- Only override Laravel's commands under unit testing environments.
Fixes
- Remove deprecated
--invokable
options on make:rule
command.
v8.1.3
Changes
- Update
request.stub
file.
v8.1.2
Changes
- Update
console.stub
file.
v8.1.1
Fixes
- Fixes compatibility with Testbench Core 8.1.0.
v8.1.0
Added
- Added support for Laravel Command View Components.
v8.0.1
Changes
- Update controllers stubs to remove PHP native return type declaration.
v8.0.0
Changes
- Update support for Laravel Framework
v10
.
- Improves PHP native type declarations.
v7.5.0
Changes
- Add missing
Symfony\Component\Console\Attribute\AsCommand
attribute
Fixes
- Fixes missing
--force
options on multiple generators.
- Fixes
--pest
not generating test case using pest
stubs.
v7.4.0
Changes
- Add
--singleton
to make:controller
command.
v7.3.0
Changes
- Update
make:notification
stubs to cover new Illuminate\Mail\Mailables\Content
and use Illuminate\Mail\Mailables\Envelope
feature.