Skip to content

Releases: pauci/cqrs

v0.7.1

05 Aug 14:20
65beb7a

Choose a tag to compare

What's Changed

  • Remove obsolete extra section from composer.json by @pauci in #30
  • feat: Upgrade to phpunit 10 by @pauci in #31
  • fix: Do not use deprecated doctrine classes and methods by @pauci in #32

Full Changelog: v0.7.0...v0.7.1

v0.7.0

18 Jan 11:39
60392ff

Choose a tag to compare

What's Changed

  • feat: Replace dependency on pauci/datetime with psr/clock by @pauci in #28
  • feat: Allow and test on php 8.2 by @pauci in #29

Full Changelog: v0.6.2...v0.7.0

v0.6.2

18 Jul 15:17
2cb98e1

Choose a tag to compare

What's Changed

  • Use attributes instead of doctrine annotations by @pauci in #27

Full Changelog: v0.6.1...v0.6.2

v0.6.1

21 Jun 14:09

Choose a tag to compare

  • Allow for pauci/datetime ^0.5.0

Full Changelog: v0.6.0...v0.6.1

v0.6.0

23 Dec 14:16

Choose a tag to compare

  • Add support for PHP 8.1
  • Drop support for PHP 7.4
  • Declare types
  • Introduce CommandHandlerLocatorInterface and EventHandlerLocatorInterface
  • Drop dead/unused/unreliable code
  • Check code style in tests

v0.5.2

06 Dec 12:57

Choose a tag to compare

  • Add support for PHP 8
  • Use github actions for continuous integration instead of travis

0.5.1

24 Jun 18:15
b6c6f0d

Choose a tag to compare

  • Add phpstan check
  • Fix phpstan errors

0.5.0

21 Jun 10:07
f2d2645

Choose a tag to compare

  • require PHP 7.4
  • PSR-12 coding style
  • Declare types
  • Remove payload types
  • Update ramsey/uuid to ^5.0

v0.4.2

19 Jun 09:51

Choose a tag to compare

Fix duplication of AggregateRootTrait private properties in AbstractE…

v0.4.1

19 Jun 07:55

Choose a tag to compare

Bump pauci/datetime dependency to ^0.3.3