Skip to content

Releases: cycle/orm

v1.4.2

12 May 13:46
7cfd773
Compare
Choose a tag to compare
  • Hotfix: PK changes not tracked (#179)
  • Better heap sync (#180)

v1.4.1

02 Apr 11:35
11d2491
Compare
Choose a tag to compare

v1.4.0

31 Mar 11:45
1b31862
Compare
Choose a tag to compare
  • 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

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