Hooray! After more than 18 months and more than 230 commits, Kint 2.0 is here!
This is a ground-up rewrite of most of the Kint functionality. There are a lot of new features, so I'll summarize the big differences from 1.1:
- Access paths - Automatically see the code you need to get somewhere deep in the hierarchy
- Frontend usability tweaks - Clicking on the
[+]
once will only unfold one level. Keyboard and mouse control can be used at the same time - Single file distribution: All of Kint in a single file. Download and include and you're done
- Much better plugability: You can alter pretty much all of Kint's behaviour without touching the Kint source code
- Blacklist plugin: Skip overweight classes to make Kint dumps faster
- Lots of bugfixes
- Cleaner code
- Unit tests
- Can be used as a library
- Easier build process