- Support symfony 7
- BC-BREAK Set supported php version to ^7.1
- BC-BREAK Move RouteGenerator to Utils namespace
- BC-BREAK Move RouteGeneratorInterface to Model namespace
- BC-BREAK Move RouteHandlerInterface to Model namespace
- Support route $referenceType (defaults to
UrlGeneratorInterface::ABSOLUTE_PATH)
- BC-BREAK Change interface RouteHandlerInterface and RouteGeneratorInterface to support $referenceType
- Fix possible string conversion error when using routable
- twig: Add routable test
- DI: Add autoconfiguration for RouteHandlerInterface implementations
- Initial version