Skip to content

Releases: thecodingmachine/tdbm

v5.3.6

16 Sep 15:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.3.5...v5.3.6

v5.3.5

10 Jun 17:29
1da21c2
Compare
Choose a tag to compare

What's Changed

  • Chore - Fix indentation in generated methods find/findOne by @dsavina in #273

Full Changelog: v5.3.4...v5.3.5

v5.3.4

16 May 16:17
fbee465
Compare
Choose a tag to compare

What's Changed

  • Adding mixed return type to bean's jsonSerialize by @Ngob in #272

New Contributors

  • @Ngob made their first contribution in #272

Full Changelog: v5.3.3...v5.3.4

v5.3.3

29 Apr 14:16
e606c0e
Compare
Choose a tag to compare

Fix

Full Changelog: v5.3.2...v5.3.3

v5.3.2

17 Mar 16:42
8da64b2
Compare
Choose a tag to compare

Fix:

  • PHP 8.1 Compatibility (readonly is now a reserved keywords) (@totti95 - #269)
    TheCodingMachine\TDBM\Utils\Annotation\ReadOnly => TheCodingMachine\TDBM\Utils\Annotation\ReadOnlyColumn

Improvements:

  • Add toArray return type for *ResultIterator (@totti95 - #269)

v5.3.1

29 Dec 19:45
2847c66
Compare
Choose a tag to compare

Fix:

Improvements:

  • Relax requirement on psr/container from ^1 to ^1 || ^2 (#262)

Miscellaneous:

v5.3.0

09 Sep 12:40
09dc6bc
Compare
Choose a tag to compare

Fix:

Improvements:

Miscellaneous:

v5.2.1

20 Apr 16:31
Compare
Choose a tag to compare

Hotfix:

  • Foreign key broken when referenced table inherits another with pk renamed (#254 - @dsavina)

v5.1.16

20 Apr 16:29
Compare
Choose a tag to compare

Hotfix:

  • Foreign key broken when referenced table inherits another with pk renamed (#254 - @dsavina)

v5.2.0

24 Mar 08:43
3465791
Compare
Choose a tag to compare

Improvements:

  • ResultIterator classes: typed results, open the road to default filtering and relation filtering