Skip to content

Releases: cycle/orm

v1.1.2

10 Jun 11:25
Compare
Choose a tag to compare
  • added registerAppendix to Update command

v1.1.1

06 Jun 11:25
Compare
Choose a tag to compare
  • query optimizations for storing entities with non resolved embedding promises
  • ability to exchange embedding promise with another object

v1.1.0

04 Jun 15:48
Compare
Choose a tag to compare
  • added Embeddable relation
    • embedded objects can be lazy or eager loaded (partial model loading)
    • embedded objects can be proxied
    • you can select model partial separately from the model itself

v1.0.11

28 May 12:54
Compare
Choose a tag to compare
  • added support for automatic relation loading LOAD = LOAD_EAGER, including nested relations
  • promises/proxies are not generated by default unless LOAD = LOAD_PROMISE flag is set

v1.0.10

27 May 11:02
Compare
Choose a tag to compare
  • PromiseOne and PromiseMany can work when scope is empty

v1.0.9

10 May 13:19
Compare
Choose a tag to compare
  • DBAL: the Statement class has been decoupled from PDO

v1.0.8

08 May 20:57
Compare
Choose a tag to compare
  • proper resolution of newly generated pivot entity for cyclic many-to-many relation

v1.0.7

07 May 13:59
755d714
Compare
Choose a tag to compare
  • bugfix: with relations does not include columns into query

v1.0.6

03 May 16:22
Compare
Choose a tag to compare
  • ability to use non-empty entity constructors new User($name)
  • exception when ORM is used without defined schema

v1.0.5

27 Apr 10:38
Compare
Choose a tag to compare
  • PSR-12
  • strict tests
  • prioritize node based role allocation over schema allocation
  • new doc comment for package files