Skip to content

Tags: kint-php/kint

Tags

6.0.1

Toggle 6.0.1's commit message
DomPlugin: Add outerHTML for PHP 8.5

6.0

Toggle 6.0's commit message
Various missing tests, coverage stuff

6.0-rc1

Toggle 6.0-rc1's commit message
MethodValue rewrite

This allows us to squeeze a lot more perf out of complex systems
by omitting the access paths and depth. Effectively we can avoid
cloning all methods for every instance and just reuse the existing
MethodValues repeatedly.

Totally incompatible with text renderers since they pretty much
require depth to be set correctly

6.0-beta8

Toggle 6.0-beta8's commit message
Utils: Reorder methods

6.0-beta7

Toggle 6.0-beta7's commit message
Psalm find dead code

6.0-beta6

Toggle 6.0-beta6's commit message
Kint: Pslam type hint for plugin_pool

6.0-beta5

Toggle 6.0-beta5's commit message
TextRenderer: Whitelist DateTimePlugin

6.0-beta4

Toggle 6.0-beta4's commit message
ClassStaticsPlugin: Fix const cache perf regression

6.0-beta3.1

Toggle 6.0-beta3.1's commit message
Bugfix adding to folder for first time

6.0-beta3

Toggle 6.0-beta3's commit message
ToString: Ignore SplFileInfo too

Just results in repeated SplFileInfoRepresentation dumps