Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.47 KB

ChangeLog.md

File metadata and controls

54 lines (30 loc) · 1.47 KB

Change Log

All notable changes to sebastian/object-graph are documented in this file using the Keep a CHANGELOG principles.

4.0.0 - 202Y-MM-DD

Removed

  • This component is no longer supported on PHP 8.1 and PHP 8.2

3.0.1 - 2024-07-03

Changed

  • This project now uses PHPStan instead of Psalm for static analysis

3.0.0 - 2023-02-19

Fixed

  • Fixed #11: Curly braces and pipe characters are not escaped correctly

Removed

  • This component is no longer supported on PHP 7.4 and PHP 8.0

2.0.0 - 2021-02-24

Removed

  • This component is no longer supported on PHP 7.1, PHP 7.2, and PHP 7.3

1.1.0 - 2017-11-27

Changed

  • The DotWriter now emits information about array keys

1.0.1 - 2017-10-18

Fixed

  • Fixed #2: DotWriter does not escape attribute values

1.0.0 - 2017-10-15

  • Initial release