·
3 commits
to refs/heads/develop
since this release
Major features
- No implicit IN operator for condition with array value (#1092) @mvorisek
- Fix HasOneSql::addField() implicit caption (#1239) @mvorisek
Breaking changes
- Remove Model::dsql() and Model::exprNow() methods (#1242) @mvorisek
- Drop UserAction::$modifier property (#1238) @mvorisek
Other changes
- Fix truncate table autoincrement reset (#1245) @mvorisek
- Allow array/object type as condition value for json DBAL type (#1244) @mvorisek
- Impl. array persistence subtable comparison support (#1243) @mvorisek
- Fix readthedocs.org build (#1240) @mvorisek
- Revert fix test for the MariaDB v11.4.3 and v11.5.2 (#1232) @mvorisek
- Upgrade Codecov CI (#1236) @mvorisek
- Upgrade PHPStan to v2.0 (#1235) @mvorisek
- Narrow array phpdocs (#1234) @mvorisek
- Ignore PHPStan wrong array-shape subtraction warnings (#1233) @mvorisek
- Fix test for the MariaDB v11.4.3 and v11.5.2 (#1231) @mvorisek
- Fix update "new class() {..." CS (#1229) @mvorisek
- Build epub and htmlzip docs (#1228) @Jmos
- Fix Migrator with joined/imported fields (#1227) @PhilippGrashoff