After more than a two years of work (the first commit
was on July 20 2016), jms/serializer v2.0 is going to see the light.
This is the first beta release for the Symfony Bundle that allows to use jms/serializer v2.
More info about it on https://www.goetas.com/blog/whats-new-in-jmsserializer-v20
Implemented enhancements:
Closed issues:
- Hard cache removal - first JSON serialization has an unusual result #682
- Avoiding the circular reference stop #679
- Annotation Group not working on Entity using Symfony 4 #669
- Regression since 2.4.1 #663
- Example code for "Changing the Object Constructor" section does not show on the web page. #601
Merged pull requests:
- Enhancement: Normalize composer.json #677 (localheinz)
- Enhancement: Keep packages sorted in composer.json #676 (localheinz)
- Fix Constructors configuration section #675 (kinow)