Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@kachnitel kachnitel released this 13 Dec 05:46
· 202 commits to master since this release

The bundle delivers its core value proposition: zero-config entity management with extensive customization options. The architecture is stable, tests validate key functionality, and the codebase meets strict static analysis standards. Further improvements can proceed based on real-world usage feedback.

Ready for Testing

  • Core CRUD operations via LiveComponents with filtering, sorting, and pagination
  • Minimal configuration through #[Admin] attributes on Doctrine entities
  • Template override system for UI customization
  • Comprehensive test coverage (94 tests, 341 assertions, PHPStan level 6)
  • Production-ready tooling including automated releases and metrics tracking

Known Limitations

  • Test coverage at 48% - critical paths covered, edge cases need expansion
  • Doctrine ORM coupling - planned for future decoupling to support alternative persistence layers
  • Documentation completeness - basic guides present, advanced scenarios need elaboration