Releases: laminas/laminas-eventmanager
Releases · laminas/laminas-eventmanager
3.7.0
3.7.0 - 2022-12-01
Release Notes for 3.7.0
Feature release (minor)
3.7.0
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Documentation,Enhancement,renovate
- 33: Update dependency vimeo/psalm to v5 thanks to @renovate[bot]
3.6.0
3.6.0 - 2022-10-11
Release Notes for 3.6.0
Feature release (minor)
3.6.0
- Total issues resolved: 1
- Total pull requests resolved: 4
- Total contributors: 3
Enhancement
- 31: Add support for PHP 8.2, Remove support for PHP 7.4 thanks to @gsteel
- 29: Setup Psalm thanks to @gsteel and @boesing
Awaiting Maintainer Response,renovate
- 28: chore(deps): update dependency laminas/laminas-coding-standard to ~2.3.0 - autoclosed thanks to @renovate[bot]
renovate
- 26: Configure Renovate thanks to @renovate[bot]
3.5.0
3.5.0 - 2022-04-06
Release Notes for 3.5.0
Changed
The LazyListener
, LazyEventListener
, and LazyListenerAggregate
have type-widened their $container
argument to the official PSR-11 ContainerInterface
type. Since they previously hinted against the container-interop version 1.2 or greater, and that version extended the PSR-11 interface, the change is backwards compatible.
If you were extending these classes, we recommend updating your definitions to reference PSR-11's types instead.
3.5.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
3.4.0
3.4.0 - 2021-09-07
Release Notes for 3.4.0
3.4.0
- Total issues resolved: 0
- Total pull requests resolved: 5
- Total contributors: 2
Enhancement
- 22: Provide PHP 8.1 support thanks to @weierophinney
- 15: Refactor unit-tests action to automate test matrix thanks to @weierophinney
- 14: Improve CI workflow thanks to @weierophinney
- 13: Switch from Travis-Ci to GitHub Actions thanks to @weierophinney
Duplicate,Enhancement
- 18: Remove file headers thanks to @ghostwriter
3.3.1
3.3.1 - 2021-03-08
Release Notes for 3.3.1
3.3.x bugfix release (patch)
3.3.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug,Documentation
laminas-eventmanager 3.3.0
Added
-
#10 adds support for the upcoming PHP 8.0 release.
-
zendframework/zend-eventmanager#72 adds support for PHP 7.3.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- #10 removes support for PHP versions prior to PHP 7.3.
Fixed
- Nothing.