Releases: consistence/consistence-jms-serializer-symfony
Releases · consistence/consistence-jms-serializer-symfony
2.1
2.0
Maintenance
BC breaks: Since new language features from PHP 7.1 are used some method signatures have changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.
- Remove support for PHP 7.0 since it is no longer supported and adopt PHP 7.1 (#6)
- Remove support for PHP 7.1 since it is no longer supported (#7)
- Support for Symfony 4 (#8)
- Support for JMS Serializer 2.0 / Bundle 3.0 (#9)
1.2
1.1
- Support for JMS Serializer Bundle 2.0 (#5)
1.0
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#3)
- Require Symfony 3 (#4)
BC breaks
Since scalar parameter typehints and return typehints were added, the interface of the affected classes/interfaces has changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.