Skip to content

Releases: lunarstorm/laravel-ddd

v0.2.0

20 Mar 18:46
a2bd9a3
Compare
Choose a tag to compare

[0.2.0] - 2023-03-20

Added

  • Support for Laravel 10.

Changed

  • Install command now publishes config, registers the default domain path in composer.json, and prompts to publish stubs.
  • Generator command signatures simplified to ddd:* (previously ddd:make:*).

Fixed

  • When ViewModels are generated, base view model import statement is now properly substituted.

What's Changed

  • 3 publishable config and stubs by @JasperTey in #4
  • Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #6
  • Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #7
  • Update dependencies and test runner. by @JasperTey in #8

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Jan 14:04
3fcc2f5
Compare
Choose a tag to compare

Added

  • Early version of generator commands for domain models, dto, value objects, view models.
  • ddd:install command to automatically register the domain folder inside the application's composer.json (experimental)

What's Changed

New Contributors

Full Changelog: https://github.com/lunarstorm/laravel-ddd/commits/v0.1.0