Releases: consistence/consistence-jms-serializer
Releases · consistence/consistence-jms-serializer
2.2.1
2.2
1.1
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 (#5)
- Remove support for PHP 7.1 since it is no longer supported (#6)
- Support for JMS Serializer 2 (#7)
1.0
Maintenance
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.
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#4)