Releases: orchestral/canvas
Releases · orchestral/canvas
v8.5.0
Added
- Add the ability to generate code for
workbench
.
v7.6.0
Added
- Add the ability to generate code for
workbench
.
v6.11.0
Added
- Added
CANVAS_WORKING_PATH
constant when accessed from canvas
CLI.
Changes
- Allow using Canvas code generator on Laravel by adding
CANVAS_FOR_LARAVEL=(true)
.
v8.4.1
Changes
- Allows
orchestra/canvas
to be used within orchestra/testbench
v8.4.0
Changes
- Allow using Canvas code generator on Laravel by adding
CANVAS_FOR_LARAVEL=(true)
.
- Add additional generators from
canvas.yaml
when generating code for Workbench.
v8.3.0
Added
- Add the ability to generate code for
workbench
.
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.