Kint v2.2 Release Notes

Release Date: 2017-09-06 // over 6 years ago
    • ๐Ÿ›  Bugfixes
    • โž• Added special access paths for some magic methods
    • Sort methods by line number after hierarchy
    • Sort properties with strnatcasecmp instead of strcmp
    • โž• Added blacklist to ToString plugin, add SimpleXMLElement by default
    • โœ‚ Removed the value representation from unknown types
    • โœ‚ Removed object property reflection
    • ๐Ÿ”Œ Made some parser plugins opt-in:
      • Binary
      • Serialize
      • DOMNode/DOMIterator
    • ๐Ÿ”Œ Renderers can now alter parser plugins before parsing
      • The text-based renderers now disable all the plugins they don't use ahead of time
    • โž• Added special access paths for more magic methods like __toString
    • โฌ‡๏ธ Dropped automated testing of PHP 5.2
      • 5.2 will be dropped when TravisCI drops it in april
      • 5.1 and 5.2 are still technically supported, but since (hopefully) no-one uses those any huge bugs will be fixed on an as-reported basis.
    • โž• Added Kint::dumpArray to allow you to supply your own object seeds (Names and access paths) along with an array of data. Useful for integrating with other systems.
      • This allows correct access paths for Kint::trace()