Skip to content

v0.5.0

Choose a tag to compare

@benatespina benatespina released this 06 Oct 11:29
· 40 commits to master since this release
  • Added /events endpoint to consume via REST the domain events.
  • Added stream version concept to the event store.
  • Removed datetime custom API extending the PHP native DateTimeImmutable class.
  • Made tactician services optional.
  • Replaced generic php-cs-fixer with lin3s/php-cs-fixer-config.
  • The minimum PHP version becomes 7.1.
  • Added timestamp methods to the DateTime wrapper.
  • Added PDO wrapper and sql connection factory.
  • Added DomainEventPublisher and added Tactician middleware to publish domain events after command execution.
  • Added support for Tactician command bus with PDO middleware.