Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Latest commit

 

History

History
247 lines (132 loc) · 5.73 KB

CHANGELOG.md

File metadata and controls

247 lines (132 loc) · 5.73 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.0.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.0.0 - 2019-12-26

Added

  • Nothing.

Changed

  • #200 changes the ZendDeveloperTools\Collector\CollectorInterface::collectEvent() method to typehint its second argument against Zend\EventManager\EventInterface instead of Zend\EventManager\Event. This allows for any EventInterface implementation, instead of artificially restricting to those events that implement the concrete type. As such, any collectors that are implementing that interface MUST be updated to the new signature.

  • #200 updates the MemoryCollector and TimeCollector to the new CollectorInterface::collectEvent() signature.

  • #200 updates the EventLoggingListenerAggregate::onCollectEvent() method to typehint against Zend\EventManager\EventInterface instead of Zend\EventManager\Event. This change should only affect extensions to the class.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.3.0 - 2019-12-26

Added

  • Nothing.

Changed

  • #261 swaps in symfony/var-dumper for zendframework/zend-debug, as the latter is now archived and abandoned.

  • #262 moves the file src/Controller/DeveloperToolsController.php to src/Controller/IndexController.php, so that the filename matches the class name it defines.

  • #262 moves the file src/Match/MatchInterface.php to src/MatchInterface.php, so that the filename matches the class name it defines.

  • #262 moves the file test/Collector/ConfigCollectionTest.php to src/Collector/ConfigCollectorTest.php, so that the filename matches the class name it defines.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.4 - 2019-12-26

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #259 adjusts the casing used when retrieving the "config" service within the ConfigCollector to be all lowercase, ensuring it works with all versions of zend-mvc.

1.2.3 - 2019-03-28

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

1.2.2 - 2019-03-05

Added

  • #253 and #254 add support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.2.1 - 2018-04-18

Added

  • Nothing.

Changed

  • #249 changes the repository name to "zend-developer-tools", in order to make the name consistent with other repositories, as well as play nicely with existing tooling. The Packagist entry has been updated to point to the new repository name, and GitHub auto-redirects any references to the old name to the new repository, making this a non-BC-breaking change.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #248 fixes dependency configuration within the Module class to replace incorrect class and service name references.

1.2.0 - 2018-04-17

Added

  • #242 adds support for PHP 7.1 and 7.2.

Changed

  • #235 modifies the module bootstrap to defer retrieval of services until they are needed.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #240 fixes an issue with slide-in of the toolbar when resizing the browser window.

  • #231 ensures literal $ characters are escaped within toolbar content.

1.1.1 - 2016-09-08

Added

  • #217 adds support in the SerializableException for PHP 7 Throwables, including Error types.
  • #220 adds support for displaying matched route parameters other than just the controller and action.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #215 replaces the ZF logo to remove the "2".
  • #218 updates the logic for retrieving a zend-db Adapter to only do so if db configuration also exists; this ensures the toolbar does not cause a fatal error if zend-db is installed but no adapter configured.

1.1.0 - 2016-06-27

Added

  • #213 adds support for zend-mvc, zend-eventmanager, and zend-servicemanager v3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.0 - 2016-06-27

First stable release.