Skip to content

Releases: headsnet/domain-events-bundle

Support for Doctrine ORM 3

04 Jan 08:33
40ad17d
Compare
Choose a tag to compare

What's Changed

  • Add Doctrine ORM 3 support by @wazum in #44

Full Changelog: v0.4.2...v0.4.3

Fix initialisation error

14 Dec 08:33
Compare
Choose a tag to compare

What's Changed

  • Initialise actorId to null to avoid initialization error by @benr77 in #42

Full Changelog: v0.4.1...v0.4.2

Compare duplicate events by class-string in recordOnce()

14 Dec 08:25
Compare
Choose a tag to compare

What's Changed

  • Fix record once comparison method by @benr77 in #41

Full Changelog: v0.4.0...v0.4.1

Add recordsOnce() method

14 Dec 07:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

Bump minimum PHP version to 8.1 and Symfony to 5.4

13 Dec 13:00
41e4cb1
Compare
Choose a tag to compare

What's Changed

  • Bump minimum PHP version to 8.1 and Symfony to 5.4 by @benr77 in #39
  • Symfony console command now configured via attribute

Full Changelog: v0.2.5...v0.3.0

Convert Doctrine Subscribers to Doctrine Listeners

14 Jun 05:59
316b16e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

Symfony 7 Support

02 Jun 08:35
b530a24
Compare
Choose a tag to compare

What's Changed

  • Update README to reflect supported Symfony versions by @benr77 in #35
  • Refresh StoredEvent object and confirm still unpublished by @benr77 in #36
  • Update new default branch to "main", add latest Symfony & PHP versions by @benr77 in #37

Full Changelog: v0.2.3...v0.2.4

Fix deprecations and improve connection error handling

13 Nov 10:22
Compare
Choose a tag to compare
v0.2.3

Fix silly mistake with exception namespace

Allow configurable database table name

26 Nov 10:01
a659756
Compare
Choose a tag to compare

What's Changed

  • Add PHPStan and ECS to CI build by @benr77 in #33
  • Allow configuration of database table name by @benr77 in #34

Full Changelog: v0.2.0...v0.2.1

Symfony 6 Support

02 Sep 09:42
d027376
Compare
Choose a tag to compare
  • Support Symfony 6
  • Replace Travis with GitHub actions
  • Use PHPUnit directly, without PHPUnit Bridge