Skip to content

Releases: cycle/orm

v1.5.1

06 Aug 11:16
abba32e
Compare
Choose a tag to compare
  • Hotfix: missing type casting to string for primary key (#204)

v1.5.0

01 Jul 10:27
b27e720
Compare
Choose a tag to compare
  • Hotfix: fixed type assertions for mapped criteria keys (#187)
  • Hotfix: inner keys naming in morphed relations (#192)
  • Refactor: prevent repeating entity hydration in the Many to Many relations (#188)
  • Added deprecation for SchemaInterface::CONSTRAIN. Use SchemaInterface::SCOPE instead (#194)

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