Releases: digital-craftsman-de/cqs-routing
Releases · digital-craftsman-de/cqs-routing
Add request parameter to handler wrapper methods
v0.1.0-beta.3 Add request parameter to handler wrapper methods
Add option to handle workflows separate from commands
v0.1.0-beta.2 Add option to handle workflows separate from commands (#6)
First beta release with full documentation
Extend documentation (#4) * Add documentation for configuration * Improve configuration documentation * Add routing documentation * Add documentation for handler wrappers * Improve handler wrapper docs * Typos and better wording * A few more typos Co-authored-by: Christian Kolb <info@digital-craftsman.de>
Add request parameter to response constructor
v0.1.0-alpha8 Add request as parameter for response constructor
Add streamed response constructor
v0.1.0-alpha.9 Add streamed response constructor
Add Symfony Serializer DTO constructor and response constructor
Add Symfony Serializer DTO constructor and response constructor (#3) * Add serializer requirement, add request decoder and dto constructor and tests for it * Add test for SerializerJsonResponseConstructor * Add github actions for tests * Add tests for response constructors * Add test for serializer dto constructor * Update documentation * Add serializer context configuration Co-authored-by: Christian Kolb <info@digital-craftsman.de>
Add missing service configuration for streamed response constructor
v0.1.0-alpha.10 Add missing service configuration for streamed response constructor
Fix content for empty json response constructor
v0.1.0-alpha7 Fix content for empty json response constructor
Initialize built in request decoder and response constructors
v0.1.0-alpha.6 Initialize built in request decoder and response constructors
Fix namespace of JsonRequestDecoder
v0.1.0-alpha.5 Fix namespace of JsonRequestDecoder