This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-hal 0.5.0
Added
- Nothing.
Changed
-
#20 renames the following interfaces and traits to have
Interface
andTrait
suffixes, respectively; this was done for consistency with existing ZF packages. (Values after the:
retain the namespace, which is omitted for brevity.)Zend\Expressive\Hal\LinkGenerator\UrlGenerator
:UrlGeneratorInterface
Zend\Expressive\Hal\Renderer\Renderer
:RendererInterface
Zend\Expressive\Hal\ResourceGenerator\Strategy
:StrategyInterface
Zend\Expressive\Hal\ResourceGenerator\ExtractCollection
:ExtractCollectionTrait
Zend\Expressive\Hal\ResourceGenerator\ExtractInstance
:ExtractInstanceTrait
-
#16 renames the various
Exception
interfaces toExceptionInterface
, in order to be consistent with other ZF packages.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.