All Versions
12
Latest Version
Avg Release Cycle
113 days
Latest Release
1219 days ago

Changelog History
Page 1

  • v4.0-alpha1

    November 25, 2020
  • v3.3 Changes

    November 23, 2019
    • ๐Ÿ›  Fixes for PHP 7.4
    • Namespaced functions will now be normalized correctly
    • ๐Ÿ Colors are automatically disabled in windows in CliRenderer
    • If (for some reason) you have neither iconv nor mbstring available, Kint will just assume ASCII and hope for the best
    • Event handlers for click/keypress are now registered as capture so other events on the page won't override them

    ๐Ÿ›  I will be starting work on a new major version next. 3.x support will continue for bugfixes

  • v3.2.2 Changes

    May 03, 2019
    • ๐Ÿ’… Checks if the previous style and script tags still exist when deduplicating ajax calls in case the originals have been removed
  • v3.2.1 Changes

    April 30, 2019
    • ๐Ÿ FsPathPlugin now works for windows paths too
    • ๐Ÿ”Œ ToStringPlugin is now opt-in because of misbehaving third party libraries that cause fatal errors in it
    • ๐Ÿ›  Fixed search when folder is disabled
  • v3.2 Changes

    March 21, 2019
    • ๐Ÿ‘ Callfinder now supports calling kint with a trailing comma in PHP 7.3
    • ๐Ÿ‘ Callfinder now supports expression detection with PHP 7.4's upcoming ??= operator
    • โš  MysqliPlugin: Fixed some connection failure edge cases that would produce warnings
    • ๐Ÿ”Œ Rich SourcePlugin: Line numbers are back, and paste accuracy bugs are fixed
    • โž• Added a test shim to allow testing on PHP 7.4/8+
    • โœ‚ Removed ruby dependency for sass formatting/compilation
  • v3.1 Changes

    February 14, 2019
    • ๐Ÿ›  Fix folders to work when loaded with ajax
    • RichRenderer: Allow dumps to be put into the folder individually
    • export-ignore phar file for sensitive IDEs
    • โž• Added MysqliPlugin (Opt-in)
  • v3.0 Changes

    October 01, 2018

    We're here!

    Kint 3 bumps the minimum requirement up to PHP 5.3, comes separately in a phar file, and now uses namespaces.

    ๐ŸŽ The facade has been heavily rewritten to make it easier to reuse instances of Kint for performance.

    โšก๏ธ kint-php/kint-js and kint-php/kint-twig have been updated to match Kint 3, with kint-twig making heavy use of the new facade features

    0๏ธโƒฃ The rich renderer now sends dumps to a folder docket at the bottom of your browser by default. You can turn this off with Kint\Renderer\RichRenderer::$folder = false if needed

  • v3.0-beta1

    August 04, 2018
  • v3.0-alpha2 Changes

    June 08, 2018
    • โž• Adds a JS search button
    • ๐Ÿ›  Fixes some IE quirks
  • v3.0-alpha1 Changes

    May 18, 2018

    ๐Ÿ‘ The first tag of the new major version. This drops support for PHP 5.1/5.2, but improves code quality all around. A more or less full list of changes is available in issue #260