Releases: zendframework/zend-developer-tools
zend-developer-tools 2.0.0
Added
- Nothing.
Changed
-
#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.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-developer-tools 1.3.0
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
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.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zend-developer-tools 1.2.4
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.
zend-developer-tools 1.2.3
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixes an information disclosure vulnerability; see https://framework.zend.com/security/advisory/ZF2019-01
for more details.
zend-developer-tools 1.2.2
zend-developer-tools 1.2.1
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.
ZendDeveloperTools 1.2.0
zend-developer-tools 1.1.1
ZendDeveloperTools 1.1.0
Added
- #213 adds support for zend-mvc, zend-eventmanager, and zend-servicemanager v3.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
ZendDeveloperTools 1.0.0
First stable release.