Releases: FriendsOfSymfony/FOSRestBundle
Releases · FriendsOfSymfony/FOSRestBundle
1.2.1
1.2.0
- expanded scope of various annotations to class level
- throw exception on invalid message received in the body listener
- fix issues with XML/YAML when using the custom route loader
- refactored format listener to support priorities by media type as well as storing the matched media type in a request attribute on which an optional version listener can match the API version
- drop Symfony 2.1 support
- inject the ViewHandler params to make them dynamically settable
- replaced generic HttpExceptions with more specific subclasses
- fixed some issues when using XML for Bundle configuration
- use willdurand/jsonp-validator in the JSONP support
1.1.0
1.0.0-RC2
1.0.0
1.0.0-RC1
fix issu with jsonp view handler service visibility
Merge pull request #526 from FriendsOfSymfony/view_handler_visibility fix issue where the view handler when enabling the jsonp support would not be public