This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-hal 0.5.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #21 fixes the
LinkGeneratorFactory
to properly use theZend\Expressive\Hal\LinkGenerator\UrlGeneratorInterface
service when creating and returning theLinkGenerator
instance. (0.5.0 was incorrectly attempting to use theUrlGenerator
service, which does not exist.)