CHANGELOG.md 546 B

CHANGELOG

2.2

  • added the possibility to configure the repository method to use for the Doctrine converter via the repository_method option.
  • [BC break] When defining multiple @Cache, @Method or @Template annotations on a controller class or method, the latter now overrules the former

2.1

  • added the possibility to configure the id name for the Doctrine converter via the id option
  • [BC break] The ParamConverterInterface::apply() method now must return a Boolean value indicating if a conversion was done.