Skip to content

Releases: cycle/orm

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

v1.2.11

22 Jul 15:44
Compare
Choose a tag to compare
  • [bugfix] incorrect update sequence for nullable numeric values

v1.2.10

16 Jul 13:44
Compare
Choose a tag to compare
  • [bugfix] causing incorrect command order while updating transitive key for RefersTo relation

v1.2.9

24 Jun 09:21
Compare
Choose a tag to compare
  • fixed bug causing ORM to disable relation graph pointing to Promises in related entities
  • more promise related tests
  • adds getTarget to RelationInterface

v1.2.8

11 May 12:49
Compare
Choose a tag to compare
  • fixed compatibility issues with PHPUnit8 (no more warnings)
  • [bugfix] MtM relation did not load eager relations when selected via promise #94
  • added more MtM tests

v1.2.7

26 Apr 14:17
83426ca
Compare
Choose a tag to compare
  • a number of performance optimizations by @pine3ree
  • laminas hydrators used directly by @pine3ree

v1.2.6

07 Apr 10:41
Compare
Choose a tag to compare
  • zendframework/zend-hydrator replaced with laminas/laminas-hydrator

v1.2.5

25 Mar 13:11
Compare
Choose a tag to compare
  • do not load embedded object when parent not loaded

v1.2.4

10 Mar 10:28
Compare
Choose a tag to compare
  • minor performance optimizations
  • all collection promises are Selectable
  • reverted notNull relation logic by @mishfish