FOSRestBundle Versions Save

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

3.0.5

3 years ago

2.8.6

3 years ago

2.8.5

3 years ago

3.0.4

3 years ago

2.8.4

3 years ago

3.0.3

3 years ago
  • fixed being able to configure exception codes and messages based on interfaces (e.g. Throwable)

2.8.3

3 years ago
  • fixed being able to configure exception codes and messages based on interfaces (e.g. Throwable)

3.0.2

3 years ago
  • fixed the ViewHandler to not override an already set status_code in the serialization context
  • fixed embedding status codes in the response body when a mapping of exception classes to status codes is configured

2.8.2

3 years ago
  • fixed the ViewHandler to not override an already set status_code in the serialization context
  • fixed embedding status codes in the response body when a mapping of exception classes to status codes is configured

3.0.1

3 years ago
  • fixed handling requests without a content type inside the RequestBodyParamConverter
  • FlattenExceptionNormalizer does no longer implement the CacheableSupportsMethodInterface to ensure compatibility with older versions of the Symfony Serializer component