Skip to content

Releace 1.2.0 (2025-06-10)

Latest

Choose a tag to compare

@alexander-schranz alexander-schranz released this 10 Jun 09:26
998347f

What's Changed

We are not longer recommend the usage of this bundle. In this version we added a easy way to opt out, thx to @mamazu:

bin/console fos:rest:routing:dump-symfony-routes

# filter by a specific controller
bin/console fos:rest:routing:dump-symfony-routes --controller="your.controller.service"

# filter by a specific name prefix
bin/console fos:rest:routing:dump-symfony-routes --name-prefix="your_prefix."
  • Added explicit phpdoc for return type of bundle's build method by @stollr in #28
  • Add command to dump all routes as yaml to opt out of this bundle by @mamazu in #29

New Contributors

Full Changelog: 1.1.2...1.2.0