Releases: dotkernel/dot-controller
Releases · dotkernel/dot-controller
3.4.0 Release
What's Changed
- implemented psalm, cs-check, static analysis & added tests by @OnitaAndrei in #27
New Contributors
- @OnitaAndrei made their first contribution in #27
Full Changelog: 3.3.0...3.4.0
3.3.0
What's Changed
- composer.json: Removed laminas/laminas-dependency-plugin by @alexmerlin in #25
New Contributors
- @alexmerlin made their first contribution in #25
Full Changelog: 3.2.1...3.3.0
3.2.1
3.2.1 - 2022-04-29
Changed
- Updated PHP version to allow exactly 8.0 and 8.1
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
3.2.0
3.2.0 - 2022-04-29
Changed
- Updated PHP version to allow 8.0 and 8.1
- Updated tags in readme.md
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
dot-controller 3.1.1 release
3.1.1 - 2020-11-02
Changed
- Small typo
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
dot-controller 3.1.0 release
3.1.0 - 2020-11-02
Changed
- Composer 2 compatibility.
- Update composer.json to require version 2 of laminas/laminas-dependency-plugin to be Composer 2 compatible.
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
dot-controller 3.0.0 release
3.0.0 - 2020-05-08
Changed
- Updated package dependencies and php version.
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
2.0.0 - 2020-01-30
Changed
- Laminas and Mezzio migration.
Added
- Nothing
Deprecated
- Nothing
Removed
- Support
Fixed
- Nothing
1.0.0 - 2018-04-11
- [BC break] replaced delegate with handler
0.3.2 - unreleased
Changed
- after dispatch event now considers the event parameter
responseto return if the event listeners did not return a ResponseInterface directly
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
0.3.1 - 2017-05-09
Changed
- throw a more appropriate error message in case controller was not initialized properly
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
0.3.0 - 2017-04-21
Changed
- added the controller as dispatch event parameter
- controller event names
Added
- new controller event
ControllerEvent::EVENT_CONTROLLER_AFTER_DISPATCHafter dispatching, which allows you to capture the returned response, and possible override the response generation
Deprecated
- Nothing
Removed
ControllerEvent::EVENT_CONTROLLER_DISPATCHrenamed toControllerEvent::EVENT_CONTROLLER_BEFORE_DISPATCH
Fixed
- Nothing
0.2.1 - 2017-03-18
Changed
- updated expressive helpers dependency to 4.0
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
0.2.0 - 2017-03-15
Changed
- Updated factories to use PSR11 container
- Updated base controller classes to use PSR15 middleware
- Updated
UrlHelperPluginto use new version of expressive helpers
Added
UrlHelperPluginnow supports the additionalUrlHelpergenerate parameters- Abstract controller added property
DelegateInterface$delegate, replacing the $next
Deprecated
- Nothing
Removed
- $next property from AbstractController(use $delegate instead)
- $response property from AbstractController
Fixed
- Nothing
0.1.1 - 2017-03-11
Added
- Update php file headers doc blocks
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
0.1.0 - 2017-03-07
Initial tagged release
Added
- Everything
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
Replaced Zend namespace with Laminas and Mezzio namespaces.
Replaced Zend namespace with Laminas and Mezzio namespaces.
To be used for version 2.0 of frontend and admin releases of Dotkernel.
Changed
- Nothing
Added
- Added Laminas dependencies
Deprecated
- Nothing
Removed
- Removed Zend packages dependencies
Fixed
- Nothing
dot-controller 0.3.1
Changed
- throw a more appropriate error message in case controller was not initialized properly
Added
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
dot-controller 0.3.0
Changed
- added the controller as dispatch event parameter
- controller event names
Added
- new controller event
ControllerEvent::EVENT_CONTROLLER_AFTER_DISPATCHafter dispatching, which allows you to capture the returned response, and possible override the response generation
Deprecated
- Nothing
Removed
ControllerEvent::EVENT_CONTROLLER_DISPATCHrenamed toControllerEvent::EVENT_CONTROLLER_BEFORE_DISPATCH
Fixed
- Nothing