Skip to content

Releases: rotexsoft/gdao

Minor Release

29 Apr 17:24
Compare
Choose a tag to compare
  • Documentation update & updated rector to ^1.0.0

Full Changelog: 3.0.1...3.0.2

New Stable Major Release

05 Feb 09:24
Compare
Choose a tag to compare
  • 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

04 Feb 08:23
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release

Full Changelog: 3.0.0-RC4...3.0.0-RC5

Maintenance Release

10 May 00:32
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release

Full Changelog: 3.0.0-RC3...3.0.0-RC4

Maintenance Release

09 May 23:47
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release

Full Changelog: 3.0.0-RC2...3.0.0-RC3

Maintenance Release

09 May 21:27
Compare
Choose a tag to compare
Maintenance Release Pre-release
Pre-release

Full Changelog: 3.0.0-RC1...3.0.0-RC2

New Major Release

09 May 20:46
Compare
Choose a tag to compare
New Major Release Pre-release
Pre-release
  • PHP 8.1 min requirement

Full Changelog: 2.2.1...3.0.0-RC1

Maintenance Release

31 Dec 20:48
Compare
Choose a tag to compare
  • 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

31 Dec 19:28
Compare
Choose a tag to compare
  • 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

23 Dec 19:29
Compare
Choose a tag to compare
Minor Enhancement Pre-release
Pre-release
  • \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