File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/Symfony/Component/Serializer Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 2.7.0
5
+ -----
6
+
7
+ * added support for serialization and deserialization groups including
8
+ annotations, XML and YAML mapping.
9
+ * added ` AbstractNormalizer ` to factorise code and ease normalizers development
10
+ * added circular references handling for ` PropertyNormalizer `
11
+ * added support for a context key called ` object_to_populate ` in ` AbstractNormalizer `
12
+ to reuse existing objects in the deserialization process
13
+ * added ` NameConverterInterface ` and ` CamelCaseToSnakeCaseNameConverter `
14
+ * [ DEPRECATION] ` GetSetMethodNormalizer::setCamelizedAttributes() ` and
15
+ ` PropertyNormalizer::setCamelizedAttributes() ` are replaced by
16
+ ` CamelCaseToSnakeCaseNameConverter `
17
+
4
18
2.6.0
5
19
-----
6
20
7
21
* added a new serializer: ` PropertyNormalizer ` . Like ` GetSetMethodNormalizer ` ,
8
22
this normalizer will map an object's properties to an array.
23
+ * added circular references handling for ` GetSetMethodNormalizer `
9
24
10
25
2.5.0
11
26
-----
You can’t perform that action at this time.
0 commit comments