New Stable Major Release
-
Min PHP version is now 8.1
-
Model explicitly implements \Stringable
-
CollectionInterface & RecordInterface now extend \Stringable
-
Methods that used to return self now return static
-
More PHP 7, 8.0 & 8.1 specific typing like mixed & union types applied throughout the code base
-
Added removeRecord(\GDAO\Model\RecordInterface $record): static to CollectionInterface
-
Removed ./src/GDAO/ModelPrimaryColValueNotRetrievableAfterInsertException.php and all references to it
Full Changelog: 2.2.1...3.0.1