Skip to content

[1.2.0] - 2018-02-28

Compare
Choose a tag to compare
@athos7933 athos7933 released this 01 Mar 12:57
· 118 commits to master since this release

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