Skip to content

New Stable Major Release

Compare
Choose a tag to compare
@rotexdegba rotexdegba released this 05 Feb 09:24
· 2 commits to master since this 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