Skip to content

Releases: orchestral/canvas

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.

Fixes

  • Fixes console generator stub to use $name instead of $signature property.

v4.4.0

19 Jan 14:22
Compare
Choose a tag to compare

Changes

  • Split core classes to orchestra/canvas-core as a subsplit package.
  • Allow to customise testing extended TestCase using yaml configuration.

v4.3.1

15 Jan 10:27
Compare
Choose a tag to compare

Fixes

  • Fixed make:migration command without --table option.

v4.3.0

15 Jan 10:25
Compare
Choose a tag to compare

Added

  • Add illuminate/filesystem as dependency.

Changes

  • Use Illuminate\Console\Concerns\CallsCommands from illuminate/console.

v4.2.1

07 Jan 01:03
Compare
Choose a tag to compare

Fixes

  • Fixes Orchestra\Canvas\Commands\Preset::generatorName() method visibility to public.

v4.2.0

07 Jan 01:02
Compare
Choose a tag to compare

Changes

  • Add option to make deferrable provider using make:provider name --deferred.

Deprecated

  • Deprecate Orchestra\Canvas\Commands\Generator::getNameInput(), use generatorName() instead.

v4.1.0

05 Jan 14:47
Compare
Choose a tag to compare

Added

  • Add ability to register and build custom make generators.

Changes

  • make:seeder is only available for laravel preset by default.

v4.0.0

03 Jan 11:46
Compare
Choose a tag to compare

Initial stable release.