Skip to content

Releases: orchestral/canvas

v8.2.0

16 Aug 01:14
Compare
Choose a tag to compare

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

18 Apr 11:49
Compare
Choose a tag to compare

Changes

  • Update request.stub file.

v8.1.2

11 Apr 00:11
Compare
Choose a tag to compare

Changes

  • Update console.stub file.

v8.1.1

30 Mar 01:33
Compare
Choose a tag to compare

Fixes

  • Fixes compatibility with Testbench Core 8.1.0.

v8.1.0

16 Mar 23:47
5c92f68
Compare
Choose a tag to compare

Added

  • Added support for Laravel Command View Components.

v8.0.1

21 Feb 10:54
Compare
Choose a tag to compare

Changes

  • Update controllers stubs to remove PHP native return type declaration.

v8.0.0

14 Feb 06:12
Compare
Choose a tag to compare

Changes

  • Update support for Laravel Framework v10.
  • Improves PHP native type declarations.

v7.5.0

06 Feb 04:37
Compare
Choose a tag to compare

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

05 Jan 16:43
Compare
Choose a tag to compare

Changes

  • Add --singleton to make:controller command.

v7.3.0

12 Oct 02:23
Compare
Choose a tag to compare

Changes

  • Update make:notification stubs to cover new Illuminate\Mail\Mailables\Content and use Illuminate\Mail\Mailables\Envelope feature.