Skip to content

Releases: orchestral/canvas-core

v5.0.0

02 Mar 22:56
Compare
Choose a tag to compare

Added

  • Added getPublishedStubFileName() and generatorName() to Orchestra\Canvas\Core\Contracts\GeneratesCodeListener with implementations.
  • Added support to parsing {{namespace}}, {{ rootNamespace }}, {{ namespacedUserModel }}, and {{ class }}.

v4.7.0

11 Feb 22:46
Compare
Choose a tag to compare

Added

  • Added Orchestra\Canvas\Core\Testing\TestCase.

Changes

  • Use available Illuminate\Console\Concerns\HasParameters and Illuminate\Console\Concerns\InteractsWithIO.

v4.6.0

26 Jan 14:20
Compare
Choose a tag to compare

Added

  • Add Orchestra\Canvas\Core\LaravelServiceProvider to provide binding to Orchestra\Canvas\Core\Presets\Preset on Laravel installation using package discover option.
  • Added Orchestra\Canvas\Core\CodeGenerator trait.

Changes

  • Update Orchestra\Canvas\Core\CommandsProvider to type-hint Container instead of Application contract.

v4.5.0

21 Jan 00:16
Compare
Choose a tag to compare

Changes

  • Split project from orchestra/canvas to focus on allowing packages to build generator commands.

v4.4.2

20 Jan 09:52
Compare
Choose a tag to compare

Changes

  • Add missing symfony/yaml to orchestra/canvas-core.

v4.4.1

19 Jan 23:03
Compare
Choose a tag to compare

Changes

  • Check if orchestra.canvas is bound to the container before creating a new Laravel preset.

v4.4.0

19 Jan 14:23
Compare
Choose a tag to compare

Changes

  • Split core classes from orchestra/canvas as a subsplit package.