All notable changes to sebastian/object-graph
are documented in this file using the Keep a CHANGELOG principles.
4.0.0 - 202Y-MM-DD
- This component is no longer supported on PHP 8.1 and PHP 8.2
3.0.1 - 2024-07-03
- This project now uses PHPStan instead of Psalm for static analysis
3.0.0 - 2023-02-19
- Fixed #11: Curly braces and pipe characters are not escaped correctly
- This component is no longer supported on PHP 7.4 and PHP 8.0
2.0.0 - 2021-02-24
- This component is no longer supported on PHP 7.1, PHP 7.2, and PHP 7.3
1.1.0 - 2017-11-27
- The
DotWriter
now emits information about array keys
1.0.1 - 2017-10-18
- Fixed #2:
DotWriter
does not escape attribute values
- Initial release