3.1.0
New minor version 3.1.0 is out. 🐘
What's new:
- dropped support for PHP 7.0 [a9cccdd]
- added support for collection filtering of IPropertyContainters - full support for enum converters [4d1a2dc]
- added better support for composite primary keys [a0883a2], #290
- added simple traversing support in fetchPairs() [0a6f7ca], #312
- added "Did you mean...?" suggestion in exception message [15ef449]
- added support for Nette 3 components
BC breaks:
Please check your code for the following patters to fix the compatibility:
- (BC break!) Collection filtering by id property accepts only direct values, no Entity itself [4d1a2dc]
- (BC break!) changed
IProperty
interface and introducedIEntityAwareProperty
[0c46be1] - (BC break!) IRepository::remove() accepts only already fetched entities, [a6458da]
- (BC break!) DbalMapper::getManyHasManyParameters() was receiving the second parameter randomly, sometime it were the metadata of symetric relationship [5521b89]
See full commit changelog.
You may support Nextras Dbal & Orm development by attending Akademie42 training.