5.0.0
·
37 commits
to refs/heads/develop
since this release
Major features
Breaking changes
- Allow psr/log v2 and v3 dep (#392) @gowrav-vishwakarma
- Remove dynamic global method support (#387) @mvorisek
Other changes
- Add PHP 8.3 support (#389) @mvorisek
- Improve HookTrait::removeHook cleanup (#386) @mvorisek
- Test docs build using CI (#385) @mvorisek
- Land major header/indent rst to md changes (#383) @mvorisek
- Rename docs files from rst to md (#382) @mvorisek
- Fix typos (#379) @szepeviktor
- Fix some phpmd advisories (#378) @mvorisek
- Fix CS to use self:: for phpunit static method calls (#376) @mvorisek
- Fix ConfigTrait comments (#375) @DarkSide666
- Fix phpstan v1.10.6 (#374) @mvorisek
- Optimize TraitUtil::hasTrait() (#372) @mvorisek
- Optimize hook clone performance (#371) @mvorisek
- Wrap owner/app object to suppress it from debug dump (#370) @mvorisek
- Simplify TrackableTrait::getDesiredName() impl (#368) @mvorisek
- Add WeakMap polyfill for PHP 7.4 (#367) @mvorisek