Releases: Jeckel-Lab/command-dispatcher
Releases · Jeckel-Lab/command-dispatcher
v1.0.0 PHP >= 8.0
Add predefined response
Merge pull request #29 from Jeckel-Lab/feature/predefined-responses Update readme
v0.4.0
v0.3.2
v0.3.1
v0.3.0
Breaking changes
- Use Jeckel-Lab/Contract to fix implementation
- Force immutability on
Command
andCommandResponse
object - Force event on
CommandResponse
to implements contract'sEvent
interface
Add CommandBus implementation
Merge pull request #21 from Jeckel-Lab/command-bus Command bus
Update command handler abstract
Update command handler abstract with default response and abstract process method
Bug fix
Add dedicated exceptions and validations
Merge pull request #7 from Jeckel-Lab/add-exceptions Add exceptions