File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* Elasticsearch: add reading support (including pagination, sort filter and term filter)
6
6
* Mercure: automatically push updates to clients using the [ Mercure] ( https://mercure.rocks ) protocol
7
- * CQRS support and async messages handling using the Symfony Messenger Component
7
+ * CQRS support and async message handling using the Symfony Messenger Component
8
8
* OpenAPI: add support for OpenAPI v3 in addition to OpenAPI v2
9
- * OpenAPI: support generating a documentation using [ ReDoc] ( https://github.com/Rebilly/ReDoc )
9
+ * OpenAPI: support generating documentation using [ ReDoc] ( https://github.com/Rebilly/ReDoc )
10
10
* OpenAPI: basic hypermedia hints using OpenAPI v3 links
11
11
* OpenAPI: expose the pagination controls
12
- * Allow to use custom classes for output and output (DTO) with the ` input_class ` and ` output_class ` attributes
12
+ * Allow to use custom classes for input and output (DTO) with the ` input_class ` and ` output_class ` attributes
13
13
* Allow to disable the input or the output by setting ` input_class ` and ` output_class ` to false
14
14
* Guess and automatically set the appropriate Schema.org IRIs for common validation constraints
15
15
* Allow to set custom cache HTTP headers using the ` cache_headers ` attribute
You can’t perform that action at this time.
0 commit comments