File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.2.0
4
+
5
+ * Add GraphQL support
6
+ * Add JSONAPI support
7
+ * Add a new ` @ApiFilter ` annotation to directly configure filters from resource classes
8
+ * Add a partial paginator that prevents ` COUNT() ` SQL queries
9
+ * Add an option to serialize Validator's payloads (e.g. error levels)
10
+ * Add support for generators in data providers
11
+ * Add a new ` allow_plain_identifiers ` option to allow using plain IDs as identifier instead of IRIs
12
+ * Add support for resource names without namespace
13
+ * Automatically enable FOSUser support if the bundle is installed
14
+ * Add an ` AbstractCollectionNormalizer ` to help supporting custom formats
15
+ * Deprecate NelmioApiDocBundle 2 support (upgrade to v3, it has native API Platform support)
16
+
3
17
## 2.1.2
4
18
5
19
* PHP 7.2 compatibility
You can’t perform that action at this time.
0 commit comments