Releases: nextras/orm
Releases · nextras/orm
2.0.0 RC1
Next major RC version 2.0.0-RC1 is out! What's changed in 2.0?
- see migration guide.
- see full commit changelog
2.0.0 BETA 3
Next major beta version 2.0.0-beta3 is out! What's changed?
- fixes & changes:
- fixed two phase cascade persistance of cyclic relationship;
- throw an expcetion in one phase cascade persistance of cyclic relationship;
- after* events are called only if the persistance/removal was really performed;
- fixed cascade remove of empty not nullable relation;
- fixed querying related entities with primary key named other than 'id';
- Mapper, MetadataStorage and DbStorageRelfection require Cache instance instead of IStorage, BC break;
- see full commit changelog
2.0.0 BETA 2
Next major beta version 2.0.0-beta2 is out! What's changed?
- fixes & changes:
- fixed cascade removal of 1:1 relationship;
- fixed getRawValue() of 1:1 relationship on the non-main side;
- fixed oneSided properties;
- changed & refactored Mapper\Dbal\StorageReflection, possible BC break;
- see full commit changelog
1.1.6 & 1.1.5
Bugfix version 1.1.6 is out! 🍅 What's new?
- fixes:
- see full commit changelog
1.1.4
1.1.3
1.1.2
Bugfix version 1.1.2 is out! 🍋 What's new?
- fixes:
- see full commit changelog
1.1.1
1.1.0
1.1.0 is out! 🍓 What's new?
- BC BREAKS
- possible BC BREAKS
- ArrayCollection checks if fitlered columns are defined as properties on IEntity; [1a5a929]
- future BC BREAKS
- changed relationship modifier syntax, see new syntax in doc; [c40f0ad][d641868]
- to remove already defined sorting use new ICollection::resetOrderBy() method. Using ICollection::toCollection(TRUE) is deprecated, #89; [962874b]
- features and fixes:
- added Single Table Inheritance full support, #43, see tests in d633dff); [92b9fd8]
- added possibility to connect two new antities without attaching to repository, #79; [7dc4d93]
- added possibility to find entity with composity key by id property in ICollection, #18; [6cf3106]
- added convereters for DbalMapper and StorageReflection, see new chapter in doc, #84; [f2874fc]
- fixed properties' namespace when fetching from entity predecessors; [e744316]
- added EmptyCollection; [ec3d5a5]
- added: DbalCollection accepts IEntity as filtering value, #88; [3eb9e33]
- many other small fixed & big optimizations!
- see full commit changelog