Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

47 lines (25 loc) · 2.26 KB

Changelog

All notable changes to Tree-Walker will be documented in this file.

1.4.0 - 2024-02-27

CI/CD

  • Added Github Actions, dropped Travis - (ec7312f)

Refactor

  • Support Symfony 6/7 for TreeWalkerNormalizer, respect serialization groups - (52109be)

1.3.0 - 2022-10-13

Features

  • Migration to PHP 8.0 with static return type and attributes - (4ad5448)

1.2.2 - 2022-09-15

Bug Fixes

  • Added default ignored fields and methods when no serialization groups are defined - (21940f7)

1.2.1 - 2022-08-29

Bug Fixes

  • Do not set level to \INF because its value can be used in top-level applications - (5331036)

1.2.0 - 2022-08-29

Features

  • Introduced AbstractCycleAwareWalker to detect cyclic children collection based on spl_object_id - (607520a)
  • Added StoppableDefinition interface to prevent walker to collect children after being invoked - (b1fd429)

1.1.0 - 2022-05-24

Bug Fixes

  • ignore public getter for serialization - (59b8325)
  • metadata getter should be callable without parameters - (60bff58)