Features
BC break: This is an almost complete rewrite, the old way was not compatible with typed properties.
- Convert database value straight into Enum without using postLoad event (typed properties compatibility) (#41)
Maintenance
- Replace Travis CI with GitHub Actions (#15)
- Update dev dependencies (#16)
- Add support for PHP 7.4 (#17)
- Update CI (#20, #35)
- Composer Require Checker (#21)
- Use caret operator where possible (#22)
- Refactor tests (#23 thanks to @petrduda)
- DI and config refactoring (#36 thanks to @petrduda)
- Replace Composer Require Checker with more capable Composer Dependency Analyser (#37)
- Run tests with specific Symfony versions (#38)
- Fix CI - this package does not use matthiasnoback/symfony-dependency-injection-test (#42)
- Support DBAL 3.x (#43)
- Support for Symfony 5 (#44)