Releases: yokai-php/enum-bundle
Releases · yokai-php/enum-bundle
v3.1.0
Changelog (v3.0.0...v3.1.0)
- added support for Symfony 5.1 Compound constraint in form type guess (#36 by @yann-eugone)
v3.0.0
Changelog (v2.2...v3.0.0)
- strict type everything
- classes in namespace
Yokai\EnumBundle\Enummoved toYokai\EnumBundle - removed deprecated compiler passes
- removed deprecated configuration
- moved some dependencies to suggestions
- added configurable enums with convention based constant extraction
- updated documentation according to recent practices
- dropped support of
symfony < 4.4 - dropped support of
PHP < 7.1 - use github actions instead of travis
- code style as library dependency
- use phpunit 9.x
- new semver convention :
x.y.z
v3.0.0-alpha.2
Changelog (v3.0.0-alpha...v3.0.0-alpha.2)
- hotfix services ids and tag names
v3.0.0-alpha
Changelog (v2.2...v3.0.0-alpha)
- strict type everything
- classes in namespace
Yokai\EnumBundle\Enummoved toYokai\EnumBundle - removed deprecated compiler passes
- removed deprecated configuration
- moved some dependencies to suggestions
- added configurable enums with convention based constant extraction
- updated documentation according to recent practices
- dropped support of
symfony < 4.4 - dropped support of
PHP < 7.1 - use github actions instead of travis
- code style as library dependency
- use phpunit 9.x
- new semver convention :
x.y.z
v2.3: Merge pull request #31 from yokai-php/configuration-deprecation
Changelog (v2.2...v2.3)
- 3.x branch alias
- Configuration deprecations
v2.2: Merge pull request #28 from yokai-php/auto-registration-deprecation
- Symfony 4 compatibility
v2.1: Merge pull request #19 from J-Ben87/master
Allow retrieving all registered enums from registry
v2.0: Merge pull request #12 from yokai-php/2.x
Hotfix compiler pass registering
Merge pull request #8 from yann-eugone/hotfix/compiler-pass-register Fixed wrong usage of container while registering compiler passes
Fixes & Enhancements
Merge pull request #7 from yann-eugone/feature/enum-loading-conventions Added ability to load all enums within a single compiler pass