Skip to content

Releases: cycle/orm

v1.3.3

12 Feb 13:08
8bba07f
Compare
Choose a tag to compare
  • 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

04 Feb 09:22
2a26603
Compare
Choose a tag to compare
  • fixes hydration of typed properties by bumping laminas hydrator to v4 by @roxblnfk

v1.3.1

24 Dec 12:01
f516014
Compare
Choose a tag to compare
  • bugfix: column mapping for embedded entities now excludes custom properties by @thenotsoft

v1.3.0

23 Dec 19:26
60ae3bc
Compare
Choose a tag to compare
  • Bump spiral dependency to 2.7+

v1.2.17

04 Dec 11:16
Compare
Choose a tag to compare
  • allows LEFT JOIN for ManyToMany loader

v1.2.16

27 Nov 09:53
6c3f993
Compare
Choose a tag to compare
  • added the ability to use objects as Heap keys by @thenotsoft

v1.2.15

02 Nov 10:43
Compare
Choose a tag to compare
  • fixes loss of pivot context on pivoted collection clone

v1.2.14

02 Nov 09:10
59744a3
Compare
Choose a tag to compare

v1.2.13

23 Oct 08:22
Compare
Choose a tag to compare
  • [bugfix] fixes cascade POSTLOAD relations in pivoted chains of ManyToMany relation

v1.2.12

30 Jul 09:45
4e8f5fd
Compare
Choose a tag to compare
  • [bugfix] fixes typo in eager loading