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!