Releases: cycle/orm
Releases · cycle/orm
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
v1.2.15
v1.2.14
- improved UUID serialization in Heap by @thenotsoft