Skip to content

2.1.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 14:53
· 1 commit to 2.2.x since this release

2.1.1 - 2020-11-09

Changed

  • #31 changes the Compiler to implement EventsCapableInterface instead of EventManagerAwareInterface (the latter is a superset of the former). Doing so ensures that any initializers for EventManagerAwareInterface do not trigger, which prevents double-injection of the EventManager instance, and thus prevents overwriting any listeners attached via delegator factories. The setEventManager() method is still defined.

Release Notes for 2.1.1

2.1.x bugfix release (patch)

2.1.1

  • Total issues resolved: 1
  • Total pull requests resolved: 1
  • Total contributors: 2

bug