Releases: consistence/consistence-doctrine
Releases · consistence/consistence-doctrine
2.0.1
2.0
Maintenance
BC breaks: Since new language features from PHP 7.1 and 7.2 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 (#14)
- Remove support for PHP 7.0 since it is no longer supported and adopt PHP 7.1 (#15)
- Support for PHP 7.3 (#16)
- Support for Consistence 2.x (#17)
1.4
1.3
1.2
1.1
- Cache which fields on entities are enums (#7, thanks @Majkl578 and @jakub-klapka for ideas and testing)
- This can lead to 10-20% improvement in performance on large amounts of data, see the PR for details
- Cache is configurable so make sure to use the most appropriate one for given environment to get the best performance
- Fixed using embeddables in combination with partial (fixed in #6, reported in #5, additional tests in #8)
1.0
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#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.