File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 7
7
* Make resource class's constructor parameters writables
8
8
* Add a shortcut syntax to define attributes at the root of ` @ApiResource ` and ` @ApiProperty ` annotations
9
9
* Throw an exception if a required filter isn't set
10
- * Allow to specify the message when the access is denied using the ` access_control_message ` attribute
10
+ * Allow to specify the message when access is denied using the ` access_control_message ` attribute
11
11
* Add a new option to include null results when using the date filter
12
12
* Allow data persisters to return a new instance instead of mutating the existing one
13
- * Add a new attribute to configure specific for formats per resources or operations
13
+ * Add a new attribute to configure specific formats per resources or operations
14
14
* Add an ` --output ` option to the ` api:swagger:export ` command
15
15
* Implement the ` CacheableSupportsMethodInterface ` introduced in Symfony 4.1 in all (de)normalizers (improves the performance dramatically)
16
16
* Drop support for PHP 7.0
17
+ * Upgrade Swagger UI and GraphiQL
17
18
* GraphQL: Add a ` totalCount ` field in GraphQL paginated collections
18
- * JSONAPI: Allow to include related resources
19
+ * JSONAPI: Allow inclusion of related resources
19
20
20
21
## 2.2.8
21
22
You can’t perform that action at this time.
0 commit comments