Skip to content

Releases: kint-php/kint

2.0 alpha 4

09 Apr 19:40
Compare
Choose a tag to compare
2.0 alpha 4 Pre-release
Pre-release
  • Update NPM dependencies and mark it private to stop whining about repository info
  • Added build status to readme
  • Lots of bugfixes
  • Added PHPUnit and full testing of Kint_Parser
  • Improved performance in the rich renderer by caching method headers
  • Added Kint_Parser_Blacklist::$shallow_blacklist to blacklist objects except when they're dumped directly
  • 2.x is now the master branch. The 1.1+ versions are in the 1.x branch

2.0 alpha 3

31 Mar 21:37
Compare
Choose a tag to compare
2.0 alpha 3 Pre-release
Pre-release
  • Bugfixes
  • ToString plugin
  • Wrap plugins in a try-catch so that third party plugins don't leave user data in an unclean state if they explode

2.0 alpha 2

26 Mar 19:50
Compare
Choose a tag to compare
2.0 alpha 2 Pre-release
Pre-release
  • TravisCI support (Have to wait on @raveren to enable it on the repo, using one connected to my fork manually for the time being)
  • [+] icon now only opens one level by default. It seems like it was too hard to learn to click just about anywhere else so now it behaves like the rest of the bar. To open all descendants, doubleclick on the icon. To open all kint dumps on the page, tripleclick on the icon.
  • Text renderer: Added option to render without decorations
  • Rewrite parser plugin system. Now instead of a big static array full of classnames, the parser takes plugin instances through a method making it far better architecture. I also added a few mandatory methods to the plugins themselves to indicate which data types and parse stages they should use. This made for a huge performance boost and simplified some code (Removes the Kint_Parser_Plugin::parseChildren() method since the new methods achieve the same with less overhead)
  • Now detects and displays references (With the exception of the toplevel objects)
  • Now provides correct access paths for numeric string indexes in arrays, and integer properties in objects (Though these are read-only since PHP does some trippy stuff with them on assign)
  • Various bugfixes

2.0 alpha 1

09 Mar 17:06
Compare
Choose a tag to compare
2.0 alpha 1 Pre-release
Pre-release

This is the first alpha for the rewrite of Kint into 2.0. It's nearly 200 commits and a year and a half of work, but as the tag says: Alpha.

Feedback welcome - breaking API change suggestions should be accepted until beta at least

1.1

09 Mar 17:04
Compare
Choose a tag to compare
1.1

This is the release that's been put off for 2 years. It should be superseded by 2.0 in the foreseeable future

Version 1.0.10

16 Sep 14:19
Compare
Choose a tag to compare

Maintenance release - squashed some bugs yo

Version 1.0.6

02 Jul 11:10
Compare
Choose a tag to compare

Tabular display indices are now parsed as values (very convenient for array(timestamp => array) data)
Added Kint::$charEncodings back mainly for Russian speakers (see config.default.php)
misc fixes & improvements

Version 1.0.2

03 Jun 14:58
Compare
Choose a tag to compare

Squashed two ugly bugs, can't be thankful enough for the quality feedback I receive.

Thanks to @JakeFalcor and @GMartigny.

Version 1.0.0

21 May 11:56
Compare
Choose a tag to compare

Two years of continued development for this version brought hundreds of improvements and minor features.

v0.9.1: Merge pull request #128 from GrahamCampbell/patch-1

11 Aug 12:12
Compare
Choose a tag to compare