5.1.0
github-actions
released this
19 Mar 12:30
·
12 commits
to refs/heads/develop
since this release
Major features
Breaking changes
- CollectionTrait::_addIntoCollection() should return void (#408) @mvorisek
- Strong type
NameTrait::$name
andTrackableTrait::$shortName
properties (#400) @mvorisek - Replace phpunit ResultPrinter with self describing Exception (#396) @mvorisek
- Remove PHPUnit TestCase::xxxProtected() methods (#395) @mvorisek
Other changes
- Fix nullable parameter type for PHP 8.4 (#409) @mvorisek
- Do not add into collection if init has failed (#407) @mvorisek
- Fix phpstan v1.10.60 (#406) @mvorisek
- Fix atk4 backtrace highlight in exception render (#405) @mvorisek
- Fix docs build CI (#403) @mvorisek
- Improve Factory::mergeSeeds() return type (#402) @mvorisek
- Fix exception render of TrackableTrait with unset shortName (#401) @mvorisek
- Fix CS v3.45.0 (#399) @mvorisek
- Improve phpunit burn testing (#398) @mvorisek
- Add override method attributes (#394) @mvorisek
- Fix missing PHPUnit\Framework\SelfDescribing interface (#397) @mvorisek
- Fix docs build config (#393) @mvorisek