Skip to content

Tags: kint-php/kint

Tags

6.0.1

DomPlugin: Add outerHTML for PHP 8.5

6.0

Various missing tests, coverage stuff

6.0-rc1

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

Utils: Reorder methods

6.0-beta7

Psalm find dead code

6.0-beta6

Kint: Pslam type hint for plugin_pool

6.0-beta5

TextRenderer: Whitelist DateTimePlugin

6.0-beta4

ClassStaticsPlugin: Fix const cache perf regression

6.0-beta3.1

Bugfix adding to folder for first time

6.0-beta3

ToString: Ignore SplFileInfo too

Just results in repeated SplFileInfoRepresentation dumps