You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Class Resolver now requires a Query as first constructor argument #38
Class Hydrator now requires a Query as first constructor argument #49
To-one relations are now not immediately fetched upon property access (lazy loading) #55
Custom aliases that match fully qualified names are now hydrated to their respective relation model, previously they were registered on the base model #52
Automatic group by statements are not provided anymore by implementing Model::getAggregateColumns()#46
Multiple calls to Query::columns() are not additive anymore. Every call overrides the current set columns instead #62
Method Query::setColumns() has been removed. Use Query::columns() instead #62
Interface RewriteBehavior has been split into two separate interfaces #63
Models don't provide meta data anymore. They provide column definitions instead #64