Releases: lunarstorm/laravel-ddd
Releases · lunarstorm/laravel-ddd
v0.2.0
[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:*
(previouslyddd: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
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
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in #1
- Functional generators by @JasperTey in #2
New Contributors
- @dependabot made their first contribution in #1
- @JasperTey made their first contribution in #2
Full Changelog: https://github.com/lunarstorm/laravel-ddd/commits/v0.1.0