Skip to content

Commit c7c98d0

Browse files
committed
[Serializer] Update changelog
1 parent b7507a2 commit c7c98d0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
CHANGELOG
22
=========
33

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+
418
2.6.0
519
-----
620

721
* added a new serializer: `PropertyNormalizer`. Like `GetSetMethodNormalizer`,
822
this normalizer will map an object's properties to an array.
23+
* added circular references handling for `GetSetMethodNormalizer`
924

1025
2.5.0
1126
-----

0 commit comments

Comments
 (0)