Skip to content

Releases: yceruto/ddd-maker-bundle

Symfony 7 support

01 Dec 17:02
33e54ad
Compare
Choose a tag to compare
v1.4.0

Symfony 7 support

Update MicroSymfony dependency

18 May 03:58
685ec48
Compare
Choose a tag to compare
  • Update configure method

Update yceruto/micro-symfony dep

15 May 17:30
Compare
Choose a tag to compare
v1.3.0

Merge branch 'main' of github.com:yceruto/ddd-bundle

Adjust routes template

15 May 15:21
e540b2c
Compare
Choose a tag to compare

Add new maker for Query Specification

22 Mar 20:10
Compare
Choose a tag to compare
v1.2.4

Update README.md

Add missing return type to the QueryHandler method

22 Mar 19:11
Compare
Choose a tag to compare
v1.2.3

Add response typehint to the query handler method

Added new root_dir option for custom structures

21 Mar 16:11
Compare
Choose a tag to compare

Especially for legacy projects moving their structure to a new namespace or directory:

ddd_maker:
    root_dir: src/Marketplace # default 'src'

Update dependencies

17 Mar 01:40
Compare
Choose a tag to compare
v1.2.1

Update Micro-Symfony packages

Adding new Makers

17 Mar 01:21
Compare
Choose a tag to compare

Many makers have been implemented for code generation: Module, Command/Query and Event/Subscriber.

1.1.0 Update DDD context maker

25 Feb 21:53
c26a2ed
Compare
Choose a tag to compare

The new project structure was taken into account: yceruto/symfony-ddd-skeleton#25