Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 752 Bytes

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 752 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.1.0] - 2025-03-14

Changed

  • PHP 8.4 compatibility

[1.0.0] - 2021-09-08

No changes were introduced since the previous beta 3 release.

[1.0.0-beta3] - 2021-06-07

Fixed

  • Replace argument of SubscriberInterface::subscribe method by ListenerProviderInterface

[1.0.0-beta2] - 2021-06-02

Added

  • Add subscriber providers and subscribers

Changed

  • ListenerProvider calls the listener instead of calling it itself

[1.0.0-beta1] - 2021-04-01

Initial version