Releases: Jeckel-Lab/contract
Releases · Jeckel-Lab/contract
PHP 8.0 compatible release
10 Dec 21:45
Compare
Sorry, something went wrong.
No results found
v0.1.4
18 Jun 10:17
Compare
Sorry, something went wrong.
No results found
Change Log:
Add EventAware interface for entities
Update readme file with short descriptions of contracts
v0.1.3
17 Jun 16:00
Compare
Sorry, something went wrong.
No results found
Changelog:
Add immutability restriction on JeckelLab\Contract\Domain\Equality::equals method
Fix some typos
Remove useless declare(strict_types=1); on interfaces
v0.1.2
15 Jun 22:15
Compare
Sorry, something went wrong.
No results found
Create contracts for all exceptions
Force all exceptions to be immutable
v0.1.1
15 Jun 21:09
Compare
Sorry, something went wrong.
No results found
Add new contracts:
Domain, Infrastructure and Presentation exception contracts
domain's Entity and Dto contracts
domain's Identity
domain's Equality
Initial release
15 Jun 08:54
Compare
Sorry, something went wrong.
No results found
Merge pull request #2 from Jeckel-Lab/feature/command
Add command dispatcher pattern