Cycle Orm Versions Save

PHP DataMapper, ORM

v2.8.0

1 week ago

What's Changed

  • Add method Repository::forUpdate() by @msmakouz in #465
  • Add JSON typecast by @msmakouz in #464
  • Fix phpdoc in Select class; expand return type of fetchData() and fetchAll() methods by @lotyp and @roxblnfk in #478
  • Fix phpdoc for EntityProviderInterface::get() by @msmakouz in #474

Full Changelog: https://github.com/cycle/orm/compare/v2.7.1...v2.8.0

v2.7.1

3 months ago

What's Changed

Full Changelog: https://github.com/cycle/orm/compare/v2.7.0...v2.7.1

v2.7.0

3 months ago

What's Changed

Full Changelog: https://github.com/cycle/orm/compare/v2.6.1...v2.7.0

v2.6.1

4 months ago

What's Changed

Full Changelog: https://github.com/cycle/orm/compare/v2.6.0...v2.6.1

v2.6.0

4 months ago

What's Changed

Full Changelog: https://github.com/cycle/orm/compare/v2.5.0...v2.6.0

v2.5.0

5 months ago

What's Changed

Full Changelog: https://github.com/cycle/orm/compare/v2.4.0...v2.5.0

v2.4.0

7 months ago

What's Changed

  • Add support uninitialized collections in entities by @roxblnfk (#431)
  • Allow doctrine/instantiator 2.x by @msmakouz (#438)
  • Improve relations hydration for non-proxy entities. Now it more lazy. By @msmakouz (#429)

Full Changelog: https://github.com/cycle/orm/compare/v2.3.4...v2.4.0

v2.3.4

9 months ago

What's Changed

  • Fix fields uncasting in the ManyToMany relation by @roxblnfk, thanks @gam6itko (#427, #428)
  • Fix resolving of a not loaded parent in the relation RefersTo by @roxblnfk, thanks @msmakouz and snafets (#414)
  • Fix belongs to relation when parent is changed using parent id by @roxblnfk, thanks @roquie (#346, #432)

Full Changelog: https://github.com/cycle/orm/compare/v2.3.3...v2.3.4

v2.3.3

9 months ago

What's Changed

  • Fix loading for Embedded entities when parent is null by @gam6itko and @roxblnfk (#422, #423)
  • Fix: remove extra joins from JTI and eager relations when ManyToMany is resolved. By @msmakouz and @roxblnfk (#418)
  • Fix the Unit of Work persistState() method in a sequenced call. By @msmakouz and @roxblnfk (#424, #426)
  • Fix ManyToMany lazy loading when value object are used as keys. By @msmakouz and @roxblnfk (#318, #420)

Full Changelog: https://github.com/cycle/orm/compare/v2.3.2...v2.3.3

v2.3.2

11 months ago

What's Changed

  • Fix proxy-mapper hydration mechanism: public relations in a non-proxy-entity are hydrated like private ones. There is a special logic related to ReferenceInterface hydrating. By @roxblnfk (#417)
  • Add the method forUpdate in the Select phpdoc. By @msmakouz in (#413)

Full Changelog: https://github.com/cycle/orm/compare/v2.3.1...v2.3.2