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