Skip to content

Releases: Jeckel-Lab/command-dispatcher

v1.0.0 PHP >= 8.0

03 Jan 16:24
75ff7ca
Compare
Choose a tag to compare
Merge pull request #36 from Jeckel-Lab/feature/contract-2.3.0

Fix contract to ~2.3

Add predefined response

09 Mar 15:58
f1af345
Compare
Choose a tag to compare
Merge pull request #29 from Jeckel-Lab/feature/predefined-responses

Update readme

v0.4.0

11 Dec 14:33
a94d06f
Compare
Choose a tag to compare

Add compatibility for php 8.0

v0.3.2

02 Nov 21:44
920c5d7
Compare
Choose a tag to compare
  • Upgrade psalm to 4.0
  • Raise psalm level to the max

v0.3.1

15 Jun 22:29
32a29ca
Compare
Choose a tag to compare
  • Move all exceptions to jeckel-lab/contract
  • Make exceptions immutable

v0.3.0

15 Jun 09:59
8f66f06
Compare
Choose a tag to compare

Breaking changes

  • Use Jeckel-Lab/Contract to fix implementation
  • Force immutability on Command and CommandResponse object
  • Force event on CommandResponse to implements contract's Event interface

Add CommandBus implementation

14 Feb 16:28
ad8da5b
Compare
Choose a tag to compare
Merge pull request #21 from Jeckel-Lab/command-bus

Command bus

Update command handler abstract

05 Dec 13:24
d671b08
Compare
Choose a tag to compare

Update command handler abstract with default response and abstract process method

Bug fix

15 Nov 07:59
9d25f4f
Compare
Choose a tag to compare
Merge pull request #8 from Jeckel-Lab/fix-abstract-call

Fix call to static method

Add dedicated exceptions and validations

14 Nov 16:11
f944065
Compare
Choose a tag to compare
Merge pull request #7 from Jeckel-Lab/add-exceptions

Add exceptions