Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
v5.3.6
What's Changed
- Fix - Allow composer plugins 'bamarni/composer-bin-plugin' by @dsavina in #277
- Chore - Upgrade php-cs-fixer by @dsavina in #276
- ⬆️ psr/log: Relax constraint on versions by @homersimpsons in #278
Full Changelog: v5.3.5...v5.3.6
v5.3.5
What's Changed
Full Changelog: v5.3.4...v5.3.5
v5.3.4
v5.3.3
Fix
- Inflector::* has been removed in
doctrine/inflector@^2.0
by @homersimpsons in #271
Full Changelog: v5.3.2...v5.3.3
v5.3.2
v5.3.1
Fix:
- discardChanges: Discards relations and References (#268 - @homersimpsons )
Improvements:
- Relax requirement on
psr/container
from^1
to^1 || ^2
(#262)
Miscellaneous:
- Upgrade to PHPUnit 9 (a07db90 - @homersimpsons)
v5.3.0
Fix:
- ManyToMany: Properly escape table / column names (#264 - @homersimpsons)
Improvements:
- PHP8 Support (#251 - @homersimpsons): Switch to Laminas and drop support for PHP < 7.4
Miscellaneous:
- Upgrade to GitHub-native Dependabot (#256 - @homersimpsons)
- Fix Benchmarks (#265 - @homersimpsons)
v5.2.1
v5.1.16
v5.2.0
Improvements:
- ResultIterator classes: typed results, open the road to default filtering and relation filtering