Skip to content

1.0.7

Latest

Choose a tag to compare

@koriym koriym released this 08 Aug 21:15
· 6 commits to 1.x since this release

What's Changed

🐛 Bug Fixes

  • Fixed infinite recursion issue when using multiple complex attributes (#26)
  • Implemented early return optimization to avoid array_unique() recursion when no Doctrine annotations are present

✨ Improvements

  • Added comprehensive regression test suite with 100% code coverage
  • Improved PHP 7.2 compatibility in test suite
  • Better code organization with dedicated test fixture files

📝 Documentation

  • Added CHANGELOG.md to track project changes

Full Changelog

Full Changelog: 1.0.6...1.0.7

Thanks to @lukascellar for the initial fix implementation!