Releases: thecodingmachine/tdbm
Releases · thecodingmachine/tdbm
v6.0.5
Full Changelog: v6.0.4...v6.0.5
- 🐛 Fix optional declared before required parameter in findOneBy with UNIQUE (3714b15)
v6.0.4
Full Changelog: v6.0.3...v6.0.4
v6.0.3
Full Changelog: v6.0.2...v6.0.3
v6.0.2
Full Changelog: v6.0.1...v6.0.2
- ✨ Add
TDBMService::clearBeanCache
method (Port of 23483a2)
v6.0.1
Full Changelog: v6.0.0...v6.0.1
- ✨ Add boolean type hinting to avoid warnings (Port of 1e18204)
- Remove deprecated usage of
Connection::PARAM_STR_ARRAY
andConnection::PARAM_INT_ARRAY
v6.0.0
Add support for Symfony 6 and DBAL 3, in particular:
- Oracle database is untested due to a bug in DBAL 3 (doctrine/dbal#6764 (comment)), we expect to restore this on DBAL 4 upgrade
brain-diminished/schema-version-control
is now included inthecodingmachine/tdbm
sources: replaceBrainDiminished\SchemaVersionControl\*
withTheCodingMachine\TDBM\SchemaVersionControl\*
- PHP7.4 is no longer supported, upgrade to PHP8.0 minimum
What's Changed
- Chore - Replace Porpaginas with self-owned code by @dsavina in #275
- Update tdbm for Symfony 6 and doctrine v3 by @daetcm in #288
- 🚨 Fix tentative return type issues by @homersimpsons in #291
New Contributors
Full Changelog: v5.3.6...v6.0.0
v5.3.14
v5.3.13
v5.3.12: Merge pull request #286 from thecodingmachine/fix-count-on-iterator-take
fix issue in result iteratornow that total_count is not been initialized
v5.3.11
What's changed ?
⚡ Remove internal call that performs an unecessary count
Full Changelog: v5.3.10...v5.3.11