tag:github.com,2008:https://github.com/squirrelphp/entities/releases Release notes from entities 2025-12-10T11:49:37Z tag:github.com,2008:Repository/182836784/v3.3 2025-12-10T11:50:29Z v3.3 No content. iquito tag:github.com,2008:Repository/182836784/v3.2 2025-11-29T11:05:42Z v3.2 No content. iquito tag:github.com,2008:Repository/182836784/v3.1 2025-09-06T07:00:03Z v3.1: Improve where handling for multi repository queries <p>Improve where handling for multi repository queries</p> <p>Allow null as a value for table field name keys, this was a legacy <br />restriction that has been removed everywhere else.</p> iquito tag:github.com,2008:Repository/182836784/v3.0 2025-03-02T16:25:41Z Remove some deprecated baggage + more readonly/final <ul> <li>Make many classes readonly and/or final, where it is clear that it is the right choice</li> <li>Refactor some of the internal code to use match, str_contains and other more modern ways to write code</li> <li>Add missing test to get back to 100% code coverage</li> <li>Generate classes with readonly and final where possible</li> <li>Remove PopulatePropertiesWithIterableTrait, as constructor property promotion and named arguments should be used instead</li> <li>Wrong type coercions now throw exceptions instead of deprecation notices</li> </ul> iquito tag:github.com,2008:Repository/182836784/v2.0 2024-09-29T20:11:03Z New dependency basis <p>Now based on squirrelphp/queries v2.0 and squirrelphp/connection, so Doctrine DBAL has been removed.</p> iquito tag:github.com,2008:Repository/182836784/v1.1.3 2023-12-01T08:58:18Z Allow Symfony 7 <p>Otherwise no changes.</p> iquito tag:github.com,2008:Repository/182836784/v1.1.2 2022-12-16T08:56:12Z Upgrade types dependency <p>Use new stable version.</p> iquito tag:github.com,2008:Repository/182836784/v1.1.1 2022-06-21T08:31:13Z v1.1.1: More verbose deprecation messages <p>More verbose deprecation messages</p> <p>Makes it easier to pinpoint the origin/cause of the <br />deprecation.</p> iquito tag:github.com,2008:Repository/182836784/v1.1 2022-06-11T10:53:13Z Add better coercion with deprecations <p>Emit a deprecation notice if a suspect value is being coerced for a known type. This will be escalated to an exception in v2.</p> iquito tag:github.com,2008:Repository/182836784/v1.0.4 2022-05-04T15:00:10Z Support expressions in group part <p>When using multi table queries the group by part did not support expressions until now, only known field names. This adds support for arbitrary expressions.</p> iquito