We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be34679 commit 65ce134Copy full SHA for 65ce134
1 file changed
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+### v0.8.0 2025-07-26 ###
2
+- Support for Symfony 7, minimum required Symfony version is now 5.4.
3
+- JMS\SerializerBundle is no longer a required dependency, symfony/serializer can be used instead.
4
+- Configuration changes:
5
+ - Use `serialization_context` instead of `jms_serialization_context`.
6
+ - Use `enable_max_depth' instead of `max_depth_checks`.
7
+
8
+### v0.7.0-beta 2023-10-24 ###
9
+- Updated for Symfony 5 and 6 and PHP 8.
10
11
### v0.6.1 2018-03-10 ###
12
- compatibility with Symfony 4, thanks to @shreypuranik
13
- make unit tests compatible with newer phpunit versions
0 commit comments