Skip to content

2.0.0

Compare
Choose a tag to compare
@roxblnfk roxblnfk released this 22 Dec 16:00
· 202 commits to 2.x since this release
252a033
  • 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