Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
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
More precise NoBeanFound Exception
Merge pull request #245 from dsavina/fix/empty-iterator Return `static` instead of `self` in ResultIterator::createEmptyIterator
v5.1.14
Bugfix:
- #233 handle multi-line expression in unchecked OrderBy (@Lekkimone92)