Skip to content

Commit abf7e9c

Browse files
committed
Update changelog
1 parent da8849c commit abf7e9c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## 2.1.2
418

519
* PHP 7.2 compatibility

0 commit comments

Comments
 (0)