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