Releases: cycle/orm
Releases · cycle/orm
v1.4.2
v1.4.1
v1.4.0
- Added support of Doctrine/Annotations v2 by @roxblnfk
- Bugfix: prevent merge nodes with same roles when initializing pivot entity by @hustlahusky
- Bugfix: RefersTo and BelongTo relations innerKey naming error by @roxblnfk
- Added 'orderBy' option for relations by @roxblnfk
- Fixed ID mapping column is set and differs from the field name by @roxblnfk
v1.3.3
- fixed issue with redundant UPDATE when updating entity state in cyclic relations (related to TimestampedMapper)
- fixed issue causing typed (7.4+) entities to fail in cycling many to many relations
- entity re-load refreshes the entity state and relations instead of keeping the original entity
- minor optimizations in many to many relations
- added PHP8 test pipelines
v1.3.2
v1.3.1
- bugfix: column mapping for embedded entities now excludes custom properties by @thenotsoft
v1.3.0
- Bump spiral dependency to 2.7+
v1.2.17
v1.2.16
- added the ability to use objects as Heap keys by @thenotsoft