Skip to content

Releases: matthiasnoback/TalisORM

Add PHPStan annotations

13 Dec 12:45
7cc581f
Compare
Choose a tag to compare

v0.2.0: Merge pull request #27 from matthiasnoback/improvements

15 May 14:24
6c4a2eb
Compare
Choose a tag to compare

Extract some traits to reduce the amount of boilerplate code.
Allow passing in extra state to the aggregate's fromState() method, and allow child entities to use the aggregate state as well, to use part of its state, or the extra state that was passed to it.