Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.11 KB

ChangeLog.md

File metadata and controls

40 lines (22 loc) · 1.11 KB

Change Log

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

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