Cycle ORM v2.0.0 Release Notes
-
- 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 adn 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