Releases: rotexsoft/gdao
Minor Release
- Documentation update & updated rector to ^1.0.0
Full Changelog: 3.0.1...3.0.2
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
Maintenance Release
Full Changelog: 3.0.0-RC4...3.0.0-RC5
Maintenance Release
Full Changelog: 3.0.0-RC3...3.0.0-RC4
Maintenance Release
Full Changelog: 3.0.0-RC2...3.0.0-RC3
Maintenance Release
Full Changelog: 3.0.0-RC1...3.0.0-RC2
New Major Release
- PHP 8.1 min requirement
Full Changelog: 2.2.1...3.0.0-RC1
Maintenance Release
- Moved Exception classes out of Exceptions.php to their own individual class files.
Full Changelog: 2.2.0...2.2.1
First Stable 2.x Release
- First Stable 2.x Release and first ever stable release of this package. It is strongly recommended that you use this version or higher of this package and totally ignore all the prior release candidate versions.
Full Changelog: 1.1.1-RC1...2.2.0
Minor Enhancement
- \GDAO\Model\RecordInterface changes
- public function &getInitialData(): ?array is now public function &getInitialData(): array
- public function &getInitialDataByRef(): ?array is now public function &getInitialDataByRef(): array
Full Changelog: 2.1.0-RC6...2.1.0-RC7