Releases: kint-php/kint
Releases Β· kint-php/kint
5.1.1
5.1.0
- Supports 8.3
- New theme aante-dark based on aante-light by @LoranRendel
RichRenderer::$timestamp
andTextRenderer::$timestamp
can now be provided adate()
compliant string to place in the dump footer
5.0.7
5.0.6
5.0.1
5.0
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()
4.2.0
4.1.3
4.1.1
4.1
- Supports setting nonce attributes on script and style tags for CSP through
Kint\Renderer\RichRenderer::$js_nonce
andKint\Renderer\RichRenderer::$css_nonce
- Detects VT100 support on windows CLI to enable UTF8 and color support. Older windows versions or versions below PHP 7.2 have been changed to plain ASCII decorations since the original hasn't been working well for a while