Skip to content

Releases: biig-io/DomainComponent

[1.4.2] - 2018-07-18

18 Jul 08:48
0f7ccf2
Compare
Choose a tag to compare

Fixed

  • Fix for execution order in post persist rules

[1.4.1] - 2018-04-10

10 Apr 10:10
Compare
Choose a tag to compare

Fixed

  • Correct an error that occurs when we flush in a rule.

[1.4.0] - 2018-04-05

05 Apr 15:06
Compare
Choose a tag to compare

Added

  • Support for embbeded events in the DomainEvent

[1.3.0] - 2018-03-14

14 Mar 08:24
Compare
Choose a tag to compare

Added

  • New method instantiateWithArguments on the instantiator (because most part of the time you want to add arguments)
  • The deserializer is now only one class: simpler and better. It decorates the serializer the right way.

Changed

  • DEPRECATED: as a result of refactoring the deserializer the ApiPlatformDomainDeserializer is deprecated
    to be removed in the 2.x version.

[1.2.0] - 2018-02-28

01 Mar 12:57
Compare
Choose a tag to compare

Added

  • The domain event dispatcher now supports "delayed" rules that will be execute only after the model is persist.
  • Automatic persist detection for doctrine with the new doctrine subscriber DoctrinePostPersistListener
  • Integration of the doctrine subscriber in the bundle
  • The component now uses an interface and a trait to avoid to force you to extends from a specific class

[1.1.0] - 2018-02-09

09 Feb 16:08
cf907f8
Compare
Choose a tag to compare

Added

  • Support for many entity manager

Fixed

  • Doctrine bundle filters configuration were broken by our configurator. This is fixed by #2.

[1.0.0] - 2018-01-18

18 Jan 08:46
Compare
Choose a tag to compare

First release!

Added

  • Domain event support
  • Symfony bundle
  • Support for ApiPlatform