All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
#200 changes the
ZendDeveloperTools\Collector\CollectorInterface::collectEvent()
method to typehint its second argument againstZend\EventManager\EventInterface
instead ofZend\EventManager\Event
. This allows for anyEventInterface
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
andTimeCollector
to the newCollectorInterface::collectEvent()
signature. -
#200 updates the
EventLoggingListenerAggregate::onCollectEvent()
method to typehint againstZend\EventManager\EventInterface
instead ofZend\EventManager\Event
. This change should only affect extensions to the class.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
#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
tosrc/Controller/IndexController.php
, so that the filename matches the class name it defines. -
#262 moves the file
src/Match/MatchInterface.php
tosrc/MatchInterface.php
, so that the filename matches the class name it defines. -
#262 moves the file
test/Collector/ConfigCollectionTest.php
tosrc/Collector/ConfigCollectorTest.php
, so that the filename matches the class name it defines.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #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.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Fixes an information disclosure vulnerability; see https://framework.zend.com/security/advisory/ZF2019-01 for more details.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #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.
- Nothing.
- Nothing.
- #248 fixes dependency configuration within the
Module
class to replace incorrect class and service name references.
- #242 adds support for PHP 7.1 and 7.2.
- #235 modifies the module bootstrap to defer retrieval of services until they are needed.
- Nothing.
- Nothing.
-
#240 fixes an issue with slide-in of the toolbar when resizing the browser window.
-
#231 ensures literal
$
characters are escaped within toolbar content.
- #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.
- Nothing.
- Nothing.
- #215 replaces the ZF logo to remove the "2".
- #218 updates
the logic for retrieving a zend-db
Adapter
to only do so ifdb
configuration also exists; this ensures the toolbar does not cause a fatal error if zend-db is installed but no adapter configured.
- #213 adds support for zend-mvc, zend-eventmanager, and zend-servicemanager v3.
- Nothing.
- Nothing.
- Nothing.
First stable release.