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

Releases: zendframework/zend-developer-tools

zend-developer-tools 2.0.0

Choose a tag to compare

@weierophinney weierophinney released this 26 Dec 21:59
2.0.0

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.

zend-developer-tools 1.3.0

Choose a tag to compare

@weierophinney weierophinney released this 26 Dec 21:42
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 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.

zend-developer-tools 1.2.4

Choose a tag to compare

@weierophinney weierophinney released this 26 Dec 21:27
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

Choose a tag to compare

@weierophinney weierophinney released this 28 Mar 13:34

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

zend-developer-tools 1.2.2

Choose a tag to compare

@weierophinney weierophinney released this 05 Mar 20:18

Added

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

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

zend-developer-tools 1.2.1

Choose a tag to compare

@weierophinney weierophinney released this 18 Apr 13:11

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

Choose a tag to compare

@weierophinney weierophinney released this 17 Apr 17:56

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.

zend-developer-tools 1.1.1

Choose a tag to compare

@weierophinney weierophinney released this 08 Sep 13:57

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.

ZendDeveloperTools 1.1.0

Choose a tag to compare

@weierophinney weierophinney released this 08 Sep 13:59

Added

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

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

ZendDeveloperTools 1.0.0

Choose a tag to compare

@weierophinney weierophinney released this 08 Sep 13:58

First stable release.