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

Tags: zendframework/zend-developer-tools

Tags

2.0.0

Toggle 2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/zend-developer-tools 2.0.0

Added
-----

- Nothing.

Changed
-------

- [#200](#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](#200) updates the `MemoryCollector` and `TimeCollector` to the new `CollectorInterface::collectEvent()` signature.

- [#200](#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

Toggle 1.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/zend-developer-tools 1.3.0

Added
-----

- Nothing.

Changed
-------

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

- [#262](#262) moves the file `src/Controller/DeveloperToolsController.php` to `src/Controller/IndexController.php`, so that the filename matches the class name it defines.

- [#262](#262) moves the file `src/Match/MatchInterface.php` to `src/MatchInterface.php`, so that the filename matches the class name it defines.

- [#262](#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

Toggle 1.2.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
weierophinney Matthew Weier O'Phinney
zendframework/zend-developer-tools 1.2.4

Added
-----

- Nothing.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#259](#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

Toggle 1.2.3's commit message
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.

1.2.2

Toggle 1.2.2's commit message
zend-developer-tools 1.2.2

Added
-----

- [#253](#253) and [#254](#254) add support for PHP 7.3.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

1.2.1

Toggle 1.2.1's commit message
zend-developer-tools 1.2.1

Added
-----

- Nothing.

Changed
-------

- [#249](#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](#248) fixes dependency configuration within the `Module` class to replace
  incorrect class and service name references.

1.2.0

Toggle 1.2.0's commit message
ZendDeveloperTools 1.2.0

Added
-----

- [#242](#242) adds support for PHP 7.1 and 7.2.

Changed
-------

- [#235](#235) modifies the module bootstrap to defer retrieval of services until they are needed.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#240](#240) fixes an issue with slide-in of the toolbar when resizing the browser window.

- [#231](#231) ensures literal `$` characters are escaped within toolbar content.

1.1.1

Toggle 1.1.1's commit message
zend-developer-tools 1.1.1

Added
-----

- [#217](#217) adds
  support in the `SerializableException` for PHP 7 Throwables, including Error
  types.
- [#220](#220) adds
  support for displaying matched route parameters other than just the controller
  and action.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#215](#215) replaces
  the ZF logo to remove the "2".
- [#218](#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

Toggle 1.1.0's commit message
ZendDeveloperTools 1.1.0

Added
-----

- [#213](#213) adds
  support for zend-mvc, zend-eventmanager, and zend-servicemanager v3.

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- Nothing.

1.0.0

Toggle 1.0.0's commit message
ZendDeveloperTools 1.0.0

First stable release.