We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9686720 commit a73d407Copy full SHA for a73d407
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# Changelog
2
3
+## 2.3.5
4
+
5
+* GraphQL: compatibility with `webonyx/graphql-php` 0.13
6
+* OpenAPI/Swagger: expose `properties[]` as a collection parameter
7
+* OpenAPI/Swagger: add a description for the `properties[]` filter
8
+* OpenAPI/Swagger: Leverage advanced name converters
9
+* JSON-LD: Prevent an error in `ItemNormalizer` when `$context['resource_class']` is not defined
10
+* Allow to pass a the serialization group to use a string instead of as an array of one element
11
+* Modernize the code base to use PHP 7.1 features when possible
12
+* Bump minimal dependencies of the used Symfony components
13
+* Improve the Packagist description
14
15
## 2.3.4
16
17
* Open API/Swagger: fix YAML export
0 commit comments