This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
Releases: linaori/http-bundle
Releases · linaori/http-bundle
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0 Feature Release
- The
EntityIdResolver
is marked as deprecated and will be removed in 2.0. - The service
iltar_http.router.entity_id_resolver
is now using the new
Iltar\HttpBundle\Router\Resolver\IdentifyingValueResolver
which has the
same functionality. - The
Iltar\HttpBundle\Router\MappablePropertyPathResolver
is marked
deprecated and the
Iltar\HttpBundle\Router\Resolver\MappablePropertyPathResolver
should
be used instead
v1.0.0
Initial Release
Initial release. For the feature set, please check readme.md. In theory this release marks the final interfaces used and no BC breaks should be made unless no other way possible.