4.0.0
github-actions
released this
26 Nov 14:19
·
57 commits
to refs/heads/develop
since this release
Breaking changes
- Throw when merging seed /w 2 or more objects (#356) @mvorisek
- Rename variables and properties to camelCase (#344) @mvorisek
- Remove NameTrait from TrackableTrait (#343) @mvorisek
- Remove AppUserNotificationInterface interface (#340) @mvorisek
- Remove SessionTrait trait (#341) @mvorisek
Other changes
- Unify CI and fix phpstan v1.9.0 (#366) @mvorisek
- Unify HTML encode with atk4/ui for exception renderer (#364) @mvorisek
- Minor CS changes (#363) @mvorisek
- Test PHP 8.2 /wo composer.json platform override (#351) @mvorisek
- Enable phpstan bleading edge and strict rules (#362) @mvorisek
- Improve phpstan config (#361) @mvorisek
- Fix typed property reset in phpunit TestCase (#360) @mvorisek
- Fix phpunit GC issues (#359) @mvorisek
- Fix coverage collection for skipped/incomplete tests (#357) @mvorisek
- Fix coverage when no assertion is expected (#355) @mvorisek
- Fix "ID" caption case (#354) @mvorisek
- Fix coverage collection when there are many data providers (#353) @mvorisek
- Fix coverage of phpunit data providers (#352) @mvorisek
- Test composer.json CS in CI (#350) @mvorisek
- Add testing with PHP 8.2 (#345) @mvorisek
- Fix DiContainerTrait::setDefault /w numeric key (#349) @mvorisek
- Fix exception render with object with shortName only (#347) @mvorisek
- Remove useless "symfony/contracts" dev dep (#346) @mvorisek
- Preserve preset (app/long) names (#342) @mvorisek
- Update TestCase::tearDown(), always reset to default value (#339) @mvorisek
- Compact/unify phpdoc CS (#338) @mvorisek