5.0.0
·
114 commits
to refs/heads/develop
since this release
Major features
- Add Model::loadBy() complex condition support (#1125) @mvorisek
- Convert docs to markdown (#1107) @mvorisek
- Add (weakly referenced) local object DBAL type (#1083) @mvorisek
Breaking changes
- Drop $fxArgs from Connection::atomic() method (#1127) @mvorisek
- Never implicitly use fake model for update (#1123) @mvorisek
- Allow to create index for multiple fields (#1118) @mvorisek
- Allow Model::isset/getPersistence() calls on model only (#1088) @mvorisek
- Assert if reference type is the same by default (#1091) @mvorisek
Other changes
- Update docs about dirty fields and after save hook (#1131) @PhilippGrashoff
- Fix CS v3.26.0 (#1128) @mvorisek
- Add PHP 8.3 support (#1126) @mvorisek
- Fix CS v3.24.0 (#1124) @mvorisek
- Fix nested reverse join (#1121) @mvorisek
- Improve join temporary data cleanup (#1120) @mvorisek
- Fix load of imported fields in reverse array join (#1119) @mvorisek
- Test docs build using CI (#1110) @mvorisek
- Add join support for tables with PK different than "id" (#1077) @abbadon1334
- Fix unique index creation for MSSQL & Oracle (#1117) @mvorisek
- Minor UA cleanup (#1115) @mvorisek
- Replace DBAL EventManager with configuration middleware (#1114) @mvorisek
- Upgrade DBAL to v3.6.x (#1073) @mvorisek
- Land major header/indent rst to md changes (#1109) @mvorisek
- Rename docs files from rst to md (#1108) @mvorisek
- Fix typos (#1105) @szepeviktor
- Fix CS v3.18.0 (#1103) @mvorisek
- Fix castFloatToString for x86/32-bit platform (#1102) @mvorisek
- Fix CS v3.17.0 (#1101) @mvorisek
- Fix CS to use self:: for phpunit static method calls (#1100) @mvorisek
- Remove test skip for MySQL 8.0.32 (#1099) @mvorisek
- Fix phpstan v1.10.6 (#1097) @mvorisek
- Improve Closure phpdocs (#1095) @mvorisek
- Fix phpstan v1.10.0 (#1094) @mvorisek
- Fix object value to be implied from definitive condition (#1090) @mvorisek
- Optimize Model::getIterator() (#1087) @mvorisek
- Fix failing test with MySQL 8.0.32 (#1086) @mvorisek
- Fix HasMany concat with non-physical field (#1085) @mvorisek
- Fix Field to SQL convert when materialized field is available (#1080) @mvorisek