Releases: fre5h/DoctrineEnumBundle
Releases · fre5h/DoctrineEnumBundle
v6.2.0
- Add twig functions to show ENUM values in TWIG template as array
- Add support for Symfony 4.1 in tests
- Small refactoring
- Update docs
v6.1.0
- Symfony form component became optional
- Refactoring
- Small improvements
v6.0.0
- Symfony4 support
- Refactoring
- Switched to PHP7.1
v5.2.0
- Add support for multiple level inheritance in form type guesser
v5.1.2
- Set
strict
option of Enum constraint to true by default
v5.1.1
- Ignore NULL in readable_enum
v5.1.0
- Add method AbstractEnumType::assertValidChoice()