Skip to content

Releases: dotkernel/dot-controller

3.4.0 Release

07 Aug 13:41
c0064a1

Choose a tag to compare

What's Changed

  • implemented psalm, cs-check, static analysis & added tests by @OnitaAndrei in #27

New Contributors

Full Changelog: 3.3.0...3.4.0

3.3.0

29 Mar 11:17
032b1f3

Choose a tag to compare

What's Changed

  • composer.json: Removed laminas/laminas-dependency-plugin by @alexmerlin in #25

New Contributors

Full Changelog: 3.2.1...3.3.0

3.2.1

29 Apr 10:39
be04344

Choose a tag to compare

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

29 Apr 09:10
8556572

Choose a tag to compare

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

02 Nov 17:14
a3ea07b

Choose a tag to compare

3.1.1 - 2020-11-02

Changed

  • Small typo

Added

  • Nothing

Deprecated

  • Nothing

Removed

  • Nothing

Fixed

  • Nothing

dot-controller 3.1.0 release

02 Nov 17:04
9500fbd

Choose a tag to compare

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

08 May 15:40

Choose a tag to compare

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 response to 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_DISPATCH after dispatching, which allows you to capture the returned response, and possible override the response generation

Deprecated

  • Nothing

Removed

  • ControllerEvent::EVENT_CONTROLLER_DISPATCH renamed to ControllerEvent::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 UrlHelperPlugin to use new version of expressive helpers

Added

  • UrlHelperPlugin now supports the additional UrlHelper generate 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.

31 Jan 09:47

Choose a tag to compare

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

09 May 16:58

Choose a tag to compare

dot-controller 0.3.1 Pre-release
Pre-release

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

21 Apr 18:40

Choose a tag to compare

dot-controller 0.3.0 Pre-release
Pre-release

Changed

  • added the controller as dispatch event parameter
  • controller event names

Added

  • new controller event ControllerEvent::EVENT_CONTROLLER_AFTER_DISPATCH after dispatching, which allows you to capture the returned response, and possible override the response generation

Deprecated

  • Nothing

Removed

  • ControllerEvent::EVENT_CONTROLLER_DISPATCH renamed to ControllerEvent::EVENT_CONTROLLER_BEFORE_DISPATCH

Fixed

  • Nothing