-
2.0.1b680156f · ·
### Release Notes for [2.0.1](https://github.com/doctrine/event-manager/milestone/9) 2.0.x bugfix release (patch) ### 2.0.1 - Total issues resolved: **0** - Total pull requests resolved: **7** - Total contributors: **4** #### Test Suite - [70: PHPUnit 10.5](https://github.com/doctrine/event-manager/pull/70) thanks to @derrabus #### Static Analysis - [69: Psalm 5.24](https://github.com/doctrine/event-manager/pull/69) thanks to @derrabus - [68: Doctrine CS 12](https://github.com/doctrine/event-manager/pull/68) thanks to @derrabus CI -- - [67: Bump doctrine/.github from 2.1.0 to 5.0.1](https://github.com/doctrine/event-manager/pull/67) thanks to @dependabot[bot] - [66: Setup dependabot](https://github.com/doctrine/event-manager/pull/66) thanks to @greg0ire #### Improvement - [65: Add static analysis files to .gitattributes](https://github.com/doctrine/event-manager/pull/65) thanks to @VincentLanglet #### Documentation - [63: Update branch metadata](https://github.com/doctrine/event-manager/pull/63) thanks to @derrabus
-
2.0.075067153 · ·
### Release Notes for [2.0.0](https://github.com/doctrine/event-manager/milestone/7) Backwards incompatible release (major) ### 2.0.0 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **1** #### Improvement - [59: Remove doctrine/deprecations](https://github.com/doctrine/event-manager/pull/59) thanks to @derrabus - [54: Revert return type on `EventSubscriber::getSubscribedEvents()`](https://github.com/doctrine/event-manager/pull/54) thanks to @derrabus #### BC Break - [57: Made the `$event` parameter of `EventManager::getListeners()` mandatory](https://github.com/doctrine/event-manager/pull/57) thanks to @derrabus - [51: Bump to PHP 8.1 and add types everywhere](https://github.com/doctrine/event-manager/pull/51) thanks to @derrabus
-
1.2.095aa4cb5 · ·
### Release Notes for [1.2.0](https://github.com/doctrine/event-manager/milestone/3) ### 1.2.0 - Total issues resolved: **0** - Total pull requests resolved: **8** - Total contributors: **4** #### Improvement - [61: Failsafe for unknown event](https://github.com/doctrine/event-manager/pull/61) thanks to @malarzm - [49: Flatten directory structure](https://github.com/doctrine/event-manager/pull/49) thanks to @derrabus CI -- - [55: Setup composer lint](https://github.com/doctrine/event-manager/pull/55) thanks to @greg0ire - [52: Remove PHPStan suffix](https://github.com/doctrine/event-manager/pull/52) thanks to @greg0ire - [48: Bump tools and CI workflows](https://github.com/doctrine/event-manager/pull/48) thanks to @derrabus - [53: Update branch metadata](https://github.com/doctrine/event-manager/pull/53) thanks to @derrabus #### Deprecation - [50: Split `getAllListeners()` out of `getListeners()`](https://github.com/doctrine/event-manager/pull/50) thanks to @derrabus #### Enhancement - [27: Add .doctrine-project.json to .gitattributes](https://github.com/doctrine/event-manager/pull/27) thanks to @reedy
-
1.1.2eb2ecf80 · ·
### Release Notes for [1.1.2](https://github.com/doctrine/event-manager/milestone/5) ### 1.1.2 - Total issues resolved: **0** - Total pull requests resolved: **3** - Total contributors: **3** #### Improvement - [46: Add dynamic return type for getListeners](https://github.com/doctrine/event-manager/pull/46) thanks to @VincentLanglet #### Documentation - [45: Fix typo](https://github.com/doctrine/event-manager/pull/45) thanks to @fabpot CI -- - [43: Bump CI workflows and dependencies](https://github.com/doctrine/event-manager/pull/43) thanks to @derrabus
-
1.1.141370af6 · ·
Release [1.1.1](https://github.com/doctrine/event-manager/milestone/4) 1.1.1 ===== - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** - [29: Allow PHP 8](https://github.com/doctrine/event-manager/pull/29) thanks to @greg0ire - [28: Test on PHP 7.4](https://github.com/doctrine/event-manager/pull/28) thanks to @GrahamCampbell