Releases: yceruto/ddd-maker-bundle
Releases · yceruto/ddd-maker-bundle
Symfony 7 support
Update MicroSymfony dependency
- Update configure method
Update yceruto/micro-symfony dep
v1.3.0 Merge branch 'main' of github.com:yceruto/ddd-bundle
Adjust routes template
thanks to @chapterjason!
Add new maker for Query Specification
v1.2.4 Update README.md
Add missing return type to the QueryHandler method
v1.2.3 Add response typehint to the query handler method
Added new root_dir option for custom structures
Especially for legacy projects moving their structure to a new namespace or directory:
ddd_maker:
root_dir: src/Marketplace # default 'src'
Update dependencies
v1.2.1 Update Micro-Symfony packages
Adding new Makers
Many makers have been implemented for code generation: Module, Command/Query and Event/Subscriber.
1.1.0 Update DDD context maker
The new project structure was taken into account: yceruto/symfony-ddd-skeleton#25