Releases: cycle/orm
Releases · cycle/orm
v2.9.1
v2.9.0
v2.8.0
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()
andfetchAll()
methods by @lotyp and @roxblnfk in #478 - Fix phpdoc for
EntityProviderInterface::get()
by @msmakouz in #474
Full Changelog: v2.7.1...v2.8.0
v2.7.1
v2.7.0
v2.6.1
v2.6.0
v2.5.0
v2.4.0
v2.3.4
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: v2.3.3...v2.3.4