Skip to content

Releases: biig-io/DomainComponent

[2.1.4] - 2020-09-01

31 Aug 22:46
abd3ff9
Compare
Choose a tag to compare

Fixed

  • Compatibilty with Symfony 4.3 (and 5.x), basically make the library usable again.
  • Compatibility with Doctrine 2.7

[2.1.2] - 2020-03-09

09 Mar 09:44
Compare
Choose a tag to compare

Fixed

  • Change the interface used in the DomainEventDispatcherInterface for the event dispatcher to make it compliant
    with the traceable event dispatcher

[2.1.1] - 2019-11-15

15 Nov 15:31
Compare
Choose a tag to compare

Fixed

  • Don't register Domain denormalizer if Symfony serializer isn't register

Added

  • Domain component now shows events in the profiler of Symfony!

[1.5.2] - 2019-11-15

15 Nov 15:29
Compare
Choose a tag to compare

Fixed

  • Don't register Domain denormalizer if Symfony serializer isn't register

Added

  • Add doctrine bundle in dependencies

[2.0.3] - 2019-07-25

15 Nov 15:28
21a5bd0
Compare
Choose a tag to compare

Changed

  • Removed BC layer for Sf < 4.3 (was useless)

[2.0.2] - 2019-07-08

08 Jul 08:32
Compare
Choose a tag to compare

Changed

  • Add cacheable supports on Domain Denormalizer

[2.0.1] - 2019-07-05

05 Jul 13:44
Compare
Choose a tag to compare

Fixed

  • Fix domain denormalizer construct signature

[2.0.0] - 2019-07-05

05 Jul 11:42
Compare
Choose a tag to compare

Changed

  • support for Symfony 4.3 and 5.0

Fixed

  • Denormalizer updates for v2.0 #23
  • The EventDispatcher should be final #4

[1.5.0] - 2019-03-29

29 Mar 11:15
Compare
Choose a tag to compare

Added

  • Add support for static factories in domain model instantiator

Changed

  • Use new Symfony 4.2 config API (avoid trigger of deprecation)

[1.4.3] - 2018-08-07

07 Aug 09:07
Compare
Choose a tag to compare

Added

  • Implementation of 2 domain rule interfaces is now working #39
  • Add information about event timing in itself #40

Fixed

  • Fix wrong listener on doctrine connection #37