Skip to content

Releases: kint-php/kint

5.1.1

26 Apr 19:31
Compare
Choose a tag to compare

Fix #412 suppressed warnings being raised to TypeError with strict_types

5.1.0

23 Nov 10:52
Compare
Choose a tag to compare
  • 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

27 Jun 09:13
Compare
Choose a tag to compare
Fix #390 edge case when typed properties are referenced in arrays

5.0.6

17 Jun 14:33
Compare
Choose a tag to compare
rich.js: Fix getParentByClass returning document when no match found

Fixes #413

5.0.1

22 Nov 12:18
Compare
Choose a tag to compare
Bugfix file_link_format type

5.0

22 Nov 10:57
Compare
Choose a tag to compare
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

27 Aug 21:31
Compare
Choose a tag to compare

Since 4.1

  • Various bugfixes
  • CSP support
  • Enum support

4.1.3

12 Jul 19:11
Compare
Choose a tag to compare
Bugfix #390 reference checks on typed properties

4.1.1

02 Jan 10:36
Compare
Choose a tag to compare

Fix #379 Undefined constant in PHP development server

4.1

31 Dec 12:56
Compare
Choose a tag to compare
4.1
  • 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