Kint Versions Save

Kint - a powerful and modern PHP debugging tool.

5.1.1

3 weeks ago

Fix #412 suppressed warnings being raised to TypeError with strict_types

5.1.0

5 months ago
  • Supports 8.3
  • New theme aante-dark based on aante-light by @LoranRendel
  • RichRenderer::$timestamp and TextRenderer::$timestamp can now be provided a date() compliant string to place in the dump footer

5.0.7

10 months ago

5.0.6

11 months ago

5.0.1

1 year ago

5.0

1 year ago

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

1 year ago

Since 4.1

  • Various bugfixes
  • CSP support
  • Enum support

4.1.3

1 year ago

4.1.1

2 years ago

Fix #379 Undefined constant in PHP development server

4.1

2 years ago
  • Supports setting nonce attributes on script and style tags for CSP through Kint\Renderer\RichRenderer::$js_nonce and Kint\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