Releases: cycle/orm
Releases · cycle/orm
2.1.0
2.0.2
2.0.1
1.8.1
What's Changed
- Add the STI discriminator autoadding in the Schema by @gam6itko (#278)
- Extract
origin
in theHasMany::queue()
when it's instance ofCollection
by @roxblnfk (#277) - Fix lazy loading sorting by @msmakouz (#300)
- Up min version of laminas-hydrator by @msmakouz (#310)
New Contributors
Full Changelog: v1.8.0...v1.8.1
2.0.0
- Minimal PHP version is 8.0
- Composited keys
- 'Joined Table Inheritance' and 'Single Table Inheritance'
- Added ProxyMapper (
Cycle\Orm\Mapper\Mapper
) - Supporting for arrays/Doctrine/Laravel or custom collections in HasMany and ManyToMany relations
- Typecasting moved to Mappers
- Added Typecast handlers with Castable/Uncastable interfaces
- Added Entity Manager and Unit Of Work instead of
Cycle\ORM\Transaction
- A lot of Interfaces are changed