Kint 5 supports PHP 7.1 and above
- Added spl_object_id support for PHP 7.2 and above. This displays in the same way as var_dump, symfony/dump, and xdebug's var_dump
- Support displaying readonly modifier on properties
- Supports visibility modifiers on class constants
- Several callfinder fixes and tests for PHP8+ features (First class callables, DNF types)
- Bugfixes:
- SerializePlugin: Behaved very erratically before
- Shows uninitialized private parent properties
- Various others (See git log)
- Added typehints wherever possible. Static analysis with psalm showed room for improvement, leading to several new interfaces made to ensure consistent constructors for static calls to eg.
createFromStatics()